The Flutter Dev's repositories
Spotify-Clone-using-Flutter
Welcome to Flutter Day 1 to 30 — Building a Spotify Clone using Flutter
basic-http-server-in-flutter
This code helps you to understand Creating a server running on a mobile device with a flutter application. So… Let’s dig in
mlkit-in-flutter
In this sub set i am going to show you how to use ML Kit libraries in a flutter applications... In this case i had used Text , Barcode, Face Recognisation
basic-animation-flutter
In this we had implemented a very basic animation in flutter. flutter UI framework supports a wide variety of animation and we had used the Tween animation method in our current code.
Complex-Animations-Design-1
In this excersice we had created a complex animation using stuff like tween, transform etc. Check out the code to know more
Custom-Bottom-NavigationBar
In this Code we created a Custom Navigation Bar using flutter In the BottomNavigationBar property over scaffold I implemented a Row of elements in a Container which were seperated in mainaxis as space between which sets everything at an even distance and each Icon is an IconButton where user can click and perform certain actions. Thank you! Happy Coding!
Pagination-in-Flutter
Aim : Paginating the data while loading from a database or from an API Pros : Reduces the Database maintainence and pricing of the database Imagine you are having an app which is having about 100K+ downloads and 10K+ daily users everyday and users perform read operations in order to load data. when an app having 10K+ daily users will perform 100K+ to 1Million reads per day and it again deponds on how optimally you have developed the app. So, in order to reduce the database maintainence, Developers can use pagination in your app which reduces the reads and loading the amount of data which is required for the user. So, Enough intro, let's start coding In this context we are not actually loading the data from database or API but we actually performed a pagination example.
Animation-Challange-2
One of my mere friend had given me an animation challange to do with flutter. and here is how o coded the UI with flutter
http-get-flutter
In this excersice we are going talk about http get requests in flutter. So yeah let's get started
Music-App-Design-Layout
In this excersice i tried to create a layout using flutter. Check out the for more detailed explanation
pragmatic-state-manage-using-provider-in-flutter
In this session we are going to have a very important concept of state management techniques in this code i had implemented the Pragmatic state management using provider in flutter - In this code we are going to deal with http request handiling
simple-ui-ft-now-united
In this session we just coded a simple POP music mobile UI which consists of hero animation... Go ahead and take a look