Posts

Showing posts from April, 2022

Dependencies vs Dev Dependencies in Flutter

 Hey friends, good noon. Rainfall on summer here, It's unusual. Let's see the difference between dependencies and dev dependencies in flutter. Dependencies: Included in your app during compilation.  Dev Dependencies: Can use on while developing the app on development stage. Like testing. Doesn't include any inside the apk. When your add the dev dependencies in pubspec.yaml, It won't show the auto complete on your android studio. you have type the whole package yourself. 

Let's start again..

Hello friends , It's been more than a year without any post. Sorry for that, heavy busy and not single any more. so now I kickstart my active routine again. So let's play.. So I spent more than 2 years in flutter development, learning a lot of concepts and new stuff. Now we see some little spark on that.  LocalAuth It's a local authentication library and we can use it in both android and iOS platforms. Fingerprint biometrics, PIN, Pattern and face unlock works well. As far as I know, It's perfectly fine on iOS. but on android it's a little bit laggy on when I change the state anyhow. It's cool. IntroSlider Flutter Intro Slider is a flutter plugin that helps you make a cool intro for your app. Creating an intro has never been easier and faster. It's a good library which I tried recently.