The Flutter Dev (@theflutterdev)
  • Stars
    star
    87
  • Global Org. Rank 61,735 (Top 20 %)
  • Registered over 5 years ago
  • Most used languages
    Dart
    100.0 %
  • Location ๐Ÿ‡ฎ๐Ÿ‡ณ India
  • Country Total Rank 7,470
  • Country Ranking
    Dart
    267

Top repositories

1

Spotify-Clone-using-Flutter

Welcome to Flutter Day 1 to 30 โ€” Building a Spotify Clone using Flutter
Dart
50
star
2

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
Dart
19
star
3

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
Dart
3
star
4

bali-tourism-mobile-ui-challange

Dart
2
star
5

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
Dart
2
star
6

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.
Dart
2
star
7

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!
Dart
2
star
8

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.
Dart
2
star
9

Music-App-Design-Layout

In this excersice i tried to create a layout using flutter. Check out the for more detailed explanation
Dart
1
star
10

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
Dart
1
star
11

http-get-flutter

In this excersice we are going talk about http get requests in flutter. So yeah let's get started
Dart
1
star
12

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
Dart
1
star
13

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
Dart
1
star