Published in Learn v/s Unlearn | SoluteLabs·Jan 27, 2021Synergy Flutter App built by solutelabsWhen is Flutter good for your business app development?With Flutter receiving so much fame in the market, most of the businesses that reach out to us to build cross-platform apps, have this one question in common: Is Flutter good for our app development? If you also have this question, here we have compiled a few circumstances in which…Flutter5 min read
Published in Learn v/s Unlearn | SoluteLabs·Oct 26, 2020Top 10 Flutter Repositories on GitHubFlutter Github repositories are a great way to share knowledge and showcase your prowess on the platform, with contributors from all across the world chipping in. We decided to look at the best of these repositories, and tell you what makes them tick and why you should check them out. …Flutter5 min read
Published in Learn v/s Unlearn | SoluteLabs·Sep 21, 202014 Latest Apps Built Using Flutter FrameworkThree years ago, if you asked someone about Flutter, they would probably look out the window and point to a small bird flying. Then 2018 happened, and Tim Sneath from Google announced that Flutter 1.0 is being released to the world of programmers. The landscape of cross-platform app development has…Flutter11 min read
Published in Learn v/s Unlearn | SoluteLabs·Mar 17, 2020Flutter for Web: How to Deploy a Flutter Web App?With the stable release of Flutter 1.12, Flutter for web is now in the beta channel. But ahead of a beta release, the community has already started building apps for Flutter web. While building web apps, deploying it is one of the most essential tasks — be it is for…Flutter4 min read
Published in Learn v/s Unlearn | SoluteLabs·May 22, 2019Flutter & Dart From Google I/O ‘19This year the developer community was undoubtedly anticipated for Flutter announcement from Google I/O ’19 and YES 🤩 Google didn’t disappoint them. 🤟 Here are the top announcements Google made for Flutter Flutter 1.5 on Stable Channel 🎉 Flutter the core framework receives an upgrade during I/O ’19. This release includes hundreds of changes from the…Dart2 min read
Published in Learn v/s Unlearn | SoluteLabs·Mar 5, 2019Google Launched Flutter SDK 1.2 and Dart Programming Language 2.2During the Mobile World Congress (MWC) that was held on Feb 26, 2019, Google launched the updated version of Flutter, its open-source mobile UI framework. A year before at the MWC 2018, the first beta version of this framework was unveiled. …Mobile App Development3 min read
Published in Learn v/s Unlearn | SoluteLabs·Jan 1, 2019Integrating third-party Native SDKs in FlutterSince Flutter’s launch in Dec 2018, many teams have made their hands dirty with Flutter development. Industry leaders like Google, Alibaba have amazed us with their masterpieces built using the Flutter app development. To get started, you can: Check out our in-depth Flutter Tutorial for Beginners One of the dilemmas…Flutter4 min read
Published in Learn v/s Unlearn | SoluteLabs·Jul 4, 2017“Danger” between VCS and CI : codeQuality++Have you ever wanted that, all the coding norms and standardization must be follow by your team so that we can never get bugs related to code carelessness. So, Danger is here to must your coding norms. Danger is a Ruby gem and it works during CI process. Using danger…Github3 min read
Published in Learn v/s Unlearn | SoluteLabs·Apr 18, 2017Android Activity Launch Modes: Make navigation betterHave you ever come in a problem where you need to navigate across Activities in a very different way..! Or you want to skip activities when a user came after visiting many activities (you will never like to manage all those things by overriding onBackPressed().. Right? ) Choosing the perfect…Android4 min read