DBDivyanshu Bhargavaindivyanshub024.hashnode.dev·Mar 17, 2022 · 6 min readSpeed up your Flutter development with MasonEvery organization I have worked with was under pressure to release the product sooner, sending faster updates and bug fixes. Although there are many factors that contribute to the development speed, one thing which always slowed me down is writing t...00
DBDivyanshu Bhargavaindivyanshub024.hashnode.dev·Aug 6, 2021 · 2 min readHow to navigate without context in Flutter?Navigation is an integral part of any App. Flutter makes it really easy to navigate to any screen by using simple navigator functions like Push and Pop. To push: Navigator.push( context, MaterialPageRoute(builder: (context) => SecondRoute()),...02
DBDivyanshu Bhargavaindivyanshub024.hashnode.dev·Jul 29, 2021 · 4 min readBuilding Custom TabBar Indicator in FlutterAlmost every other app has multiple groups of content. Tabs allow you to organize and navigate between these groups of content seamlessly in your app. Flutter has its own TabBar and TabBarView widget to create tabs and view it's content. In this tut...00
DBDivyanshu Bhargavaindivyanshub024.hashnode.dev·Apr 15, 2020 · 7 min readPlaying with Paths in FlutterA deep dive into paths in Flutter Everything is a widget in Flutter. And there are so many awesome widgets available in Flutter but one of my favourite widget is CustomPaint. CustomPaint is a widget that provides a canvas on which to draw during the...00
DBDivyanshu Bhargavaindivyanshub024.hashnode.dev·Nov 23, 2019 · 11 min readExploring the Flutter camera pluginBuilding a camera app in Flutter. If you’ve ever built or used any large scale mobile app, then there is a great chance that the app uses the camera functionality. If you look at the top charts in the PlayStore you will find that many of the apps us...00