├── README's └── ReadME2.txt ├── README.md ├── assets ├── Flutter_In_2020.png ├── Learning Resources ├── banner.png ├── bestbook.jpg ├── flutter_image.jpeg ├── flutterdevelopment.jpg ├── images2 │ ├── dart_logo.png │ ├── flutter_logo.png │ ├── github_logo.png │ └── github_rahul.png ├── infra.png ├── last.jpg ├── new rovers.png └── twitter.jfif ├── docs_folder ├── Flutter_App_Template.txt ├── note.txt ├── pending project.txt ├── template │ ├── Information.txt │ ├── notes.txt │ ├── reddit.txt │ └── twitter.txt └── umbrella_repo.txt ├── git-ci-cd.sh ├── image ├── chatapplication.gif ├── flutter_desktop_image.png └── rovers2.png └── images ├── adoberovers.jpg ├── amazonrovers.jpg ├── blocrovers.jpg ├── blocweatherrovers.jpg ├── bookrovers.jpg ├── chatapplicationrovers.jpg ├── chykerrovers.jpg ├── covidrovers.jpg ├── doctorrovers.jpg ├── dynamicrovers.jpg ├── foodrovers.jpg ├── friendsrovers.jpg ├── instagramsharerovers.jpg ├── instagrootrovers.jpg ├── jsonrovers.jpg ├── kilometrerovers.jpg ├── materialrovers.jpg ├── movierovers.JPG ├── nameoftheimages.txt ├── nativerovers.jpg ├── newsrovers.jpg ├── newyorkrovers.jpg ├── notesrovers.jpg ├── pokemonrovers.jpg ├── pythonrovers.jpg ├── quizrovers.jpg ├── quotesrovers.jpg ├── rxdartrovers.jpg ├── saverecipesrovers.jpg ├── squarerovers.jpg ├── startuprovers.jpg ├── swiggyrovers.JPG ├── titokrovers.jpg ├── vertical.JPG ├── verticalrovers.JPG ├── websigninrovers.png ├── whatsapprovers.jpg └── widgetsrovers.jpg /README's/ReadME2.txt: -------------------------------------------------------------------------------- 1 | 2 | ![Image](assets/banner.png) 3 | 4 | # Complete-Guide-To-Flutter(Mini Apps) :boom: 5 | ![](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) 6 | ![](https://img.shields.io/github/last-commit/irahulcse/A-Complete-Guide-To-Flutter.svg?label=last%20update&style=flat) 7 | [![GitHub stars](https://img.shields.io/github/stars/irahulcse/A-Complete-Guide-To-Flutter.svg?style=social&label=Star)](https://github.com/irahulcse/A-Complete-Guide-To-Flutter) [![GitHub forks](https://img.shields.io/github/forks/irahulcse/A-Complete-Guide-To-Flutter.svg?style=social&label=Fork)](https://github.com/irahulcse/A-Complete-Guide-To-Flutter/fork) 8 | [![GitHub watchers](https://img.shields.io/github/watchers/irahulcse/A-Complete-Guide-To-Flutter.svg?style=social&label=Watch)](https://github.com/irahulcse/A-Complete-Guide-To-Flutter) 9 | [![GitHub followers](https://img.shields.io/github/followers/irahulcse.svg?style=social&label=Follow)](https://github.com/irahulcse/A-Complete-Guide-To-Flutter) [![Twitter Followers](https://img.shields.io/twitter/follow/1rahulchandra1.svg?style=social)](https://twitter.com/1rahulchandra1) 10 | ![](https://img.shields.io/github/repo-size/irahulcse/A-Complete-Guide-To-Flutter.svg?label=Repo%20size&style=flat-square)  11 | 12 | 13 | 14 | All the Mini Apps coded in Dart Language and live working project hosted on GitHub using the Flutter Mobile Developement UI Tool Kit. Working project can be found on the given below links. 15 | 16 | **Vision and Mission:** I am trying to create one of the biggest repo, related to Flutter with working application using Flutter Web. I will also post Important Link and Channels, to learn quickly with working procedure. 17 | All Tutorials plus additional snippets and shorter posts can be found on the [repo](https://github.com/Solido/awesome-flutter). 18 | ### Show some love :heart: and star the repo to support the project 19 | 20 | If you had like the project pls consider giving the star :star: icon on the top right corner of the Project . 21 | 22 | ### Project Created by: 23 | 24 | **Rahul Chandra:** 25 | A a Pre-Final Year Computer Science Student, an experienced Software Developer with a demonstrated history of working in the information technology and services industry. Seasoned Competative Coder. Skilled in C++, Python, Data Analysis, Java, Dart and Julia. Strong information technology professional with a Bachelor of Engineering - BE focused in Computer Science from Chandigarh University. 26 | 27 | **I am currently looking for Full Time/ Internship Offer for any Software Development Roles. Pls, checkout my [Resume](https://drive.google.com/file/d/1BYZcHo9SGrI5h10fxFbtqPLz86ni_VnR/view?usp=sharing)**. I am very passionated about Software Development :heart: 28 | 29 | 30 | 31 | 32 | 33 | 34 | ### Quick Note: 35 | **As the size of this particular repo had increased considerably, so I had not included Banner for each project given below. Sorry, but lots of my friends are from remote areas and I think we need to think about the Data Connection Problem issues for them even. Thanks guy for understanding and supporting it 🙏🙏🙏🙏🙏🙏🙏** 36 | 37 | ### Working GIFS: 38 | 39 | 40 | ### Live Working Project: 41 | 42 | 43 | #### 56 - Tensorflow-Fruits-Classifier-using-Flutter: 44 | 45 | Created a Fruits Classifier which can be used to create the model which can be used to find the difference between them. 46 | 47 | #### Unique Features of the Application: 48 | * [✅] Used Kaggle Dataset of different fruits. 49 | * [✅] Tensorflow Lite had been used to do the classification. 50 | * [✅] Trained the data on more than 50000 images of different fruits. 51 | * [✅] Average Accuracy is around 85%. 52 | 53 | 54 | Everything is working quite fine and intutive. 55 | 56 | 57 | 58 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Tensorflow_Fruits_Classifier_using_Flutter)** 59 | 60 | 61 | 62 | #### 55 - Tensorflow-Flower-Classifier-using-Flutter: 63 | 64 | Created a Flower Classifier which can be used to create the model which can be used to find the difference between them. 65 | 66 | #### Unique Features of the Application: 67 | * [✅] Used Kaggle Dataset of different flowers. 68 | * [✅] Tensorflow Lite had been used to do the classification. 69 | * [✅] Trained the data on more than 10000 images of different flowers. 70 | * [✅] Average Accuracy is around 92%. 71 | 72 | 73 | Everything is working quite fine and intutive. 74 | 75 | 76 | 77 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Tensorflow-Flower-Classifier-using-Flutter)** 78 | 79 | 80 | 81 | #### 54 - Tensorflow Lite-Dog-Cat-Classifier-using-Flutter: 82 | 83 | Created an Dog v/s Cat Classifer using Tensorflow in Flutter, to check the cat v/s dogs. 84 | 85 | #### Unique Features of the Application: 86 | * [✅] Used Kaggle Dataset of Cat/Dogs. 87 | * [✅] Tensorflow Lite had been used to do the classification. 88 | * [✅] Used around more than 2000 image each for Dog and Cat . 89 | * [✅] Prediction percentage is overall 90%. 90 | 91 | 92 | Everything is working quite fine and intutive. 93 | 94 | 95 | 96 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Tensorflow-Dog-Cat-Classifier-using-Flutter)** 97 | 98 | 99 | 100 | #### 53 - Flutter Pokemon Application: 101 | 102 | Flutter Pokemon Application is a very intutive and nice UI and JSON based Application in this we are basically fetching ther result from the JSON File to create UI. 103 | 104 | #### Unique Features of the Application: 105 | * [✅]Widgets created for the UI are like as Card, Hero, Animation, Positioned. 106 | * [✅] Parsed the data using **JSON Decode** which helped to bring the data from the API in the form of List. 107 | * [✅]Map is an data structure which is used for passing it through the function. 108 | * [✅] Live Working Project 109 | * [✅] Widgets used like ListTile, ListView Builder, Center, Text and Circle Avatar Widgets 110 | 111 | Everything is working quite fine and intutive. 112 | 113 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Flutter_Pokemon_App/)** 114 | 115 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Pokemon_App)** 116 | 117 | 118 | 119 | 120 | #### 52 - Flutter Swiggy Application UI: 121 | 122 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Food-App-UI)** 123 | 124 | **Living Working Project can be found here :point_right: [link](https://irahulcse.github.io/Flutter-Swiggy-Application-UI/#/)** 125 | 126 | 127 | 128 | 129 | #### 51 - Flutter Movie App Using JSON: 130 | 131 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Movies-App-using-Json)** 132 | 133 | **Live Working of the Project:**[link](https://irahulcse.github.io/Flutter-Movies-App-using-Json/), 134 | 135 | 136 | 137 | 138 | #### 50 - Flutter Vertical Page Slider: 139 | 140 | **Source Code of Project :point_right: [link](http://github.com/irahulcse/Flutter-Verticle-Page-Slider)** 141 | 142 | 143 | 144 | #### 49 - Flutter Food App UI: 145 | 146 | Flutter Food App UI is a project which is created to test the different animations options. It had used basic widgets like Column, Row and Expanded Widget and some Animations widgets are bundled with it. 147 | 148 | 149 | Everything is working quite fine and intutive. 150 | 151 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Food-App-UI)** 152 | 153 | 154 | 155 | #### 48 - Flutter NewsAPI.org: 156 | 157 | Flutter NewsAPI is a project which is created to fetch the data from the NewsAPI.org and listing it using the Cached Network Image, HTTP and WebView Flutter plugins, so that we will be able to create a News Application in a limited amount of time. 158 | 159 | dependencies: 160 | flutter: 161 | sdk: flutter 162 | cached_network_image: ^2.2.0+1 163 | http: ^0.12.1 164 | webview_flutter: ^0.3.22+1 165 | 166 | Everything is working quite fine and intutive. 167 | 168 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_News_App_Org)** 169 | 170 | 171 | 172 | #### 47- Flutter Web Sign In Anomously App: 173 | 174 | Integerated Firebase Authentication and tested using the Flutter Web. Easy to integerate and work with it. 175 | 176 | cloud_firestore: ^0.13.6 177 | flutter_screenutil: ^1.1.0 178 | random_color: ^1.0.5 179 | google_fonts: ^1.1.0 180 | 181 | 182 | 183 | **This is an Flutter based Mobile Application, so nothing had been created till now.** 184 | 185 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Flutter_Web_Sign_In_Google_And_Anonymous)** 186 | 187 | 188 | 189 | #### 46 - Flutter_Integerated_Square_Payment_Gateway : 190 | 191 | 192 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Integerated_Square_Payment_Gateway)** 193 | 194 | 195 | 196 | #### 45 - Flutter-UI-Amazon-Clone-with-Integerated-Payment-Gateway : 197 | 198 | 199 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-UI-Amazon-Clone-with-Integerated-Payment-Gateway)** 200 | 201 | 202 | 203 | 204 | #### 44 - Flutter-Startup-Name-Generator : 205 | 206 | 207 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Startup-Name-Generator)** 208 | 209 | 210 | 211 | #### 43 - Flutter-UI-Web-Newyork-Times: 212 | 213 | 214 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-UI-Web-Newyork-Times)** 215 | 216 | 217 | 218 | #### 42 - Flutter Native-Application-with-Google-Maps-Integeration: 219 | 220 | 221 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Native-Application-with-Google-Maps-Integeration)** 222 | 223 | 224 | 225 | #### 41 - Flutter Notes-App-For-Mobile-App-using-Hive-Database: 226 | 227 | 228 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Notes-App-For-Mobile-App-using-Hive-Database)** 229 | 230 | 231 | 232 | #### 40 - Flutter Quiz_Application_Flutter: 233 | 234 | 235 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Quiz_Application_Flutter)** 236 | 237 | 238 | 239 | #### 39 - Flutter Whatsapp_UI_Clone_Flutter: 240 | 241 | 242 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Whatsapp_UI_Clone_Flutter)** 243 | 244 | 245 | 246 | #### 38 - Flutter Dynamic_Theme_Enabled_Flutter : 247 | 248 | 249 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Dynamic_Theme_Enabled_Flutter)** 250 | 251 | 252 | 253 | #### 37 - Flutter Chat_Application_Flutter: 254 | 255 | 256 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Chat_Application_Flutter)** 257 | 258 | 259 | 260 | #### 36 - Flutter save_recipes: 261 | 262 | 263 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/save_recipes)** 264 | 265 | 266 | 267 | #### 35 - Flutter Covid_19_Flutter_App : 268 | 269 | 270 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Covid_19_Flutter_App)** 271 | 272 | 273 | 274 | #### 34 - Flutter FriendChat Application : 275 | 276 | 277 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/FriendChat_App_Flutter)** 278 | 279 | 280 | 281 | #### 33 - Flutter Instagroot Application: 282 | 283 | 284 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Instagroot_App_Flutter)** 285 | 286 | 287 | 288 | #### 32 - Flutter Food Application : 289 | 290 | 291 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Food-App)** 292 | 293 | 294 | 295 | 296 | #### 31 - Flutter RxDart GitHub Search API : 297 | 298 | 299 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Rx_Dart_Github_Search_Api)** 300 | 301 | 302 | 303 | #### 30 - Flutter Chyker Foods Applictation: 304 | 305 | 306 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Chyker-Food-s-App)** 307 | 308 | 309 | 310 | #### 29 - Flutter Instagram Shared Application: 311 | 312 | 313 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Instagram-Share)** 314 | 315 | 316 | 317 | #### 28 - Flutter Adobe XD: 318 | 319 | 320 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Adobe_XD)** 321 | 322 | 323 | 324 | #### 27 - Flutter Widgets Online Project : 325 | 326 | 327 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Widgets)** 328 | 329 | 330 | 331 | #### 26 - Flutter Quotes Application: 332 | 333 | 334 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Quotes-App)** 335 | 336 | 337 | 338 | #### 25 - Flutter Doctor Consultation Application : 339 | 340 | 341 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Doctor-Consultation-App)** 342 | 343 | 344 | 345 | #### 24 - Flutter Bloc Pattern Weather Application: 346 | 347 | 348 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Bloc-Pattern-Weather-App)** 349 | 350 | 351 | 352 | #### 23 - Flutter Bloc Pattern : 353 | 354 | 355 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Bloc_Pattern)** 356 | 357 | 358 | 359 | #### 22 - Flutter All In One Book Application: 360 | 361 | 362 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/All_In_One_Flutter_Book)** 363 | 364 | 365 | 366 | #### 21 - Flutter TikTok UI Applciation: 367 | 368 | 369 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_TikTok_Ui)** 370 | 371 | 372 | 373 | #### 20 - Flutter Fetch Questions using Python: 374 | 375 | 376 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Facelabs-Fetch-Questions-Python)** 377 | 378 | 379 | 380 | #### 019 - Flutter Connection with JSON based Application: 381 | 382 | 383 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Connecting_With_JSON)** 384 | 385 | 386 | 387 | #### 018 - Flutter Material Page Route Application: 388 | 389 | 390 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Material_Page_Route)** 391 | 392 | 393 | 394 | #### 16 - Flutter Miles to Kilometre Application: 395 | 396 | 397 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Miles_To_Kilometers_Converter)** 398 | 399 | 400 | 401 | 402 | #### 15 - Flutter Bloc Pattermn App: 403 | 404 | Bloc Pattern and Mobx Management App are the different State Management which can be used to create states. BLoC pattern was conceived to allow the reuse of the very same code independently of the platform: web application, mobile application, back-end. So yeah, this pattern was developed aiming to ease the workload on developers end while developing apps for a different platform with the idea of code reusability. Watch the video below to get more insight on the baby steps set by BLoC. 405 | 406 | **This is an Flutter based Mobile Application, so nothing had been created till now.** 407 | 408 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Flutter_Bloc_Pattern)** 409 | 410 | #### 14 - Flutter Firebase Quote's App: 411 | 412 | This App is basically created to learn about widgets like Expanded etc. The plugins used are mentioned below pls have a look to it. 413 | 414 | cloud_firestore: ^0.13.6 415 | flutter_screenutil: ^1.1.0 416 | random_color: ^1.0.5k 417 | google_fonts: ^1.1.0 418 | 419 | 420 | 421 | **This is an Flutter based Mobile Application, so nothing had been created till now.** 422 | 423 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Flutter_Quotes_App_Firebase)** 424 | 425 | 426 | 427 | 428 | #### 13 - Flutter_PDF_Viewer: 429 | 430 | In this application, basically I had used the Flutter Plugin related to the PDF and Files. The name of the different Plugins are as follows: 431 | 432 | file_picker: ^1.9.0+1 433 | flutter_full_pdf_viewer: ^1.0.6 434 | flutter_plugin_pdf_viewer: ^1.0.7 435 | 436 | 437 | Flutter Plugin PDF Viewer, gives us the hands on functionalites to see and scroll through the PDF, so that we can easily access it. 438 | 439 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Flutter_PDF_Viewer/#/)** 440 | 441 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Flutter_PDF_Viewer)** 442 | 443 | 444 | 445 | #### 12 - Flutter_Web_Firebase_Authentication: 446 | 447 | After so much hectic, I am succesfully able to integerate the Firebase Auth in Flutter Web. This is still in beta phase. 448 | 449 | The best part is that all the functionalities are working properly, this is just the prototype version of the Flutter Web Firebase Authentication. More to be updated in the future. 450 | 451 | The article which I had referred can be found on this [link](). 452 | 453 | Everything is working quite fine and intutive. 454 | 455 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Web_Firebase_Authentication)** 456 | 457 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Flutter_Web_Firebase_Authentication/#/)** 458 | 459 | 460 | 461 | #### 11 - Flutter_Mortage_Payment_App_1_Beta: 462 | 463 | In this App, I had learnt about how to keep the minimalistic design and change the overall colour and design, which can be further used for the good UI concepts. 464 | 465 | The App can be used for finding the interest rate about a particular Principal on the given Interest Rate and given time period. 466 | 467 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Mortage_Payment_1_Beta/#/)** 468 | 469 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Mortage_Payment_1_Beta)** 470 | 471 | 472 | 473 | #### 10 - Flutter_Bottom_Sheet_Tutorial : 474 | 475 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Flutter_Bottom_Sheet_Tutorial/#/)** 476 | 477 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Flutter_Bottom_Sheet_Tutorial)** 478 | 479 | Learnt about the Modal Sheets and Bottom sheets and how they are different from each other. 480 | 481 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 482 | 483 | 484 | 485 | #### 9 - Telegram UI Flutter: 486 | 487 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Telegram_Ui_Flutter/#/)** 488 | 489 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Telegram_Ui_Flutter)** 490 | 491 | Created Telegram User Interface in Flutter using the widgets like ListTile, ListView and different builders like the ListView Builder Seperator and also used the other widgets like CircleAvator, Text widgets for UI etc. 492 | 493 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 494 | 495 | 496 | 497 | 498 | #### 8 - Dice Game Flutter: 499 | 500 | **Learnt from- The App Brewery Course**: Course Link is :point_right: [link](https://github.com/londonappbrewery/dicee-flutter). 501 | 502 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Dice_App_Flutter/#/)** 503 | 504 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Dice_App_Flutter)** 505 | 506 | Dice App Flutter is the project, in which I had learnt about **Expanded** , **Flat Button** and how to differentiate betweeen the **Stateful** and **Stateless** widget properties with each other. I had also got to know about the **Math** properties related to dart. I had used the **rohan()** function to automate the task of generating the random numbers and changing the picture. 507 | 508 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 509 | 510 | 511 | 512 | #### 7 - Portfolio's App Flutter: 513 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Portfolio_Card_Generator_Flutter/#/)** 514 | 515 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Portfolio_Card_Generator_Flutter)** 516 | 517 | In this Porfolio App, I had learnt about the different widgets like **List Tile**, **Card** and how to use **Safe Area** for keeping the **App's UI** clean and beautiful. 518 | 519 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 520 | 521 | 522 | 523 | #### 6 - Calculator's App Flutter: 524 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Calculator_App_Flutter/#/)** 525 | 526 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Calculator_App_Flutter)** 527 | 528 | In this Calculator App, I had learnt about the different **Flutter States** and also implemented different **Themes** in it. I had also worked upon the different **Text Editing Controller** options like **TextInputFormatters** etc. 529 | 530 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 531 | 532 | 533 | 534 | #### 5 - Flutter_Shop's_App: 535 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Flutter_Shop_App_Tutorial/#/)** 536 | 537 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Flutter_Shop_App_Tutorial)** 538 | 539 | Flutter Shop's Application is the simple application which is used to learn the Grid View Builder and also the how to refer the learning. 540 | 541 | It is a basic project which is used to learn about the widget's. 542 | 543 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 544 | 545 | 546 | 547 | #### 4 - Sound_View_App_Flutter: 548 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Sound_View_App_Flutter/#/)** 549 | 550 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Sound_View_App_Flutter)** 551 | 552 | Sound View App Flutter is the project in which I had integerated the Audio Player which can be further used to the click on the Emoji Icon's. 553 | 554 | It is a basic project which is used to play the .mp3 files. 555 | 556 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 557 | 558 | 559 | 560 | #### 3 - Rover's Guide (One Stop Solution For Travellers) 561 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Rovers_Guide_Fluter/#/)** 562 | 563 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Rovers_Guide_Fluter)** 564 | 565 | Rover's Guide is my Pre-Final Year Computer Science Engineering Project. The more is needed to be done in this project. Discussed more detailed in the below repo link. Source Code can be found with proper documentation on this [link](https://github.com/irahulcse/Rovers_Guide_Fluter). 566 | 567 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 568 | 569 | 570 | 571 | #### 2 - Chat Application in Flutter - 572 | **Deployed Link:point_right: [link](https://irahulcse.github.io/Chat_Application_Flutter/#/)** 573 | 574 | This is the basic project in which I had created the simple application by learning from **MTECH VIRAL'S VIDEO**. Source Code can be found with proper documentation on this [link](https://github.com/irahulcse/Chat_Application_Flutter). 575 | 576 | #### 1 - Building a Notes App in Flutter - UI example: 577 | In this tutorial we break down the UI into Flutter Widgets, complete our layout and then tweak to get our final design to match our screenshots. 578 | 579 | ### Flutter v/s React Native Infrastructure: 580 | ![Image](assets/infra.png) 581 | 582 | ### Education/Contents: 583 | 584 | All my brothers and sister, it is very important to understand that we are here to learn and excel in our professional life. So it's not really important from where we learn the stuff either from Youtube, Medium etc. If any one of you had some great website to share. Pls open an issue. I am looking forward to create the one of the **Biggest Repository On Flutter**, so that any one can learn from it. 585 | 586 | 587 | #### Some Git Commands for Best Workflow Practices: 588 | You can follow the below workflow, if you are new to Git. 589 | 590 | #### Initial setup 591 | 1. Fork the main A-Complete-Guide-To-Flutter 592 | 2. Clone this repo on your machine 593 | 3. Add the main repo as "upstream" 594 | * `git remote add upstream https://github.com/irahulcse/A-Complete-Guide-To-Flutter` 595 | 596 | #### Starting a new issue 597 | 1. Get the latest version of the project 598 | * `git fetch upstream` 599 | * `git checkout master` 600 | * `git pull upstream master` 601 | 602 | 2. Create a new branch starting from that newly updated main branch, and link it to your GitHub fork. 603 | * `git checkout -b MyNewIssue` 604 | * `git push --set-upstream origin MyNewIssue` 605 | 606 | 3. Make your changes, commit them, and push them to your fork 607 | * *make changes* 608 | * `git commit -a` 609 | * *write a good commit message* 610 | * `git push` 611 | 612 | #### Rebasing your branch 613 | When there have been changes in the main repo that you want to get, the cleanest option is often to rebase your branch on top of the latest commits. 614 | 615 | 1. Get the latest commits and update your local master branch 616 | * `git fetch upstream` 617 | * `git checkout master` 618 | * `git pull upstream master` 619 | 620 | 2. Rebase your in-progress feature branch 621 | * `git checkout MyInProgressFeature` 622 | * `git rebase master` 623 | * `git push -f` 624 | 625 | #### Resetting a branch after you've messed it up 626 | 1. Make sure there isn't any work that you care about losing 627 | 2. Do a hard reset to the branch you want to restart from. 628 | * `git checkout MyMessedUpBranch` 629 | * `git reset --hard upstream/master` 630 | 631 | #### Adding a single commit from one branch to another branch 632 | 1. Find and copy the commit ID that you want to use 633 | 2. Cherry-pick that commit 634 | * `git checkout MyCleanBranch` 635 | * `git cherry-pick COMMIT_ID` 636 | 637 | 638 | ### Getting Started 639 | 640 | For help getting started with Flutter, view our online 641 | [documentation](https://flutter.dev/). 642 | 643 | 644 | ### Flutter Opportunities in 2020: 645 | ![Image](assets/Flutter_In_2020.png) 646 | 647 | 648 | ## Contribution: 649 | Please clone and star this repo to stay up to date on changes. If anyone, would like to contribute to it. You can open the issue and start contributing to it. 650 | 651 | ## License 652 | 653 | Copyright (c) 2020 Rahul Chandra 654 | 655 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 656 | 657 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 658 | 659 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 660 | 661 | ![Image](assets/flutter_image.jpeg) 662 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | ![Image](assets/banner.png) 3 | 4 | # Complete-Guide-To-Flutter(Mini Apps) :boom: 5 | ![](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) 6 | ![](https://img.shields.io/github/last-commit/irahulcse/A-Complete-Guide-To-Flutter.svg?label=last%20update&style=flat) 7 | [![GitHub stars](https://img.shields.io/github/stars/irahulcse/A-Complete-Guide-To-Flutter.svg?style=social&label=Star)](https://github.com/irahulcse/A-Complete-Guide-To-Flutter) [![GitHub forks](https://img.shields.io/github/forks/irahulcse/A-Complete-Guide-To-Flutter.svg?style=social&label=Fork)](https://github.com/irahulcse/A-Complete-Guide-To-Flutter/fork) 8 | [![GitHub watchers](https://img.shields.io/github/watchers/irahulcse/A-Complete-Guide-To-Flutter.svg?style=social&label=Watch)](https://github.com/irahulcse/A-Complete-Guide-To-Flutter) 9 | [![GitHub followers](https://img.shields.io/github/followers/irahulcse.svg?style=social&label=Follow)](https://github.com/irahulcse/A-Complete-Guide-To-Flutter) [![Twitter Followers](https://img.shields.io/twitter/follow/1rahulchandra1.svg?style=social)](https://twitter.com/1rahulchandra1) 10 | ![](https://img.shields.io/github/repo-size/irahulcse/A-Complete-Guide-To-Flutter.svg?label=Repo%20size&style=flat-square)  11 | 12 | 13 | 14 | All the Mini Apps coded in Dart Language and live working project hosted on GitHub using the Flutter Mobile Developement UI Tool Kit. Working project can be found on the given below links. 15 | 16 | **Vision and Mission:** To make learning easier for the students for Flutter related development. For other technology(like Docker, Django etc.), other tutorials plus additional snippets and shorter posts can be found on the [repo](https://github.com/Solido/awesome-flutter). 17 | ### Show some love :heart: and star the repo to support the project 18 | 19 | If you had like the project pls consider giving the star :star: icon on the top right corner of the Project . 20 | 21 | ### Project Created by: 22 | 23 | **Rahul Chandra:** 24 | A Computer Science Engineering graduated in 2021, currently working as SDE 1 FrontEnd Engineer with a stealth startup who is going to disrupt the content with commerce market in future. Experice of working with multiple startups in Android, React, DevOps work environment. Seasoned Competative Coder. Skilled in C++, Python, Data Analysis, Java, Dart and Julia. Always learning, growing and evolving. 25 | 26 | **I am currently looking for Full Time/ Internship Offer for any Software Development Roles. Pls, checkout my [Resume](https://drive.google.com/file/d/1BYZcHo9SGrI5h10fxFbtqPLz86ni_VnR/view?usp=sharing)**. I am very passionated about Software Development :heart: 27 | 28 | 29 | 30 | 31 | 32 | 33 | ### Quick Note: 34 | **As the size of this particular repo had increased considerably, so I had not included Banner for each project given below. Sorry, but lots of my friends are from remote areas and I think we need to think about the Data Connection Problem issues for them even. Thanks guy for understanding and supporting it 🙏🙏🙏🙏🙏🙏🙏** 35 | 36 | ### Working GIFS: 37 | 38 | 39 | ### Live Working Project: 40 | 41 | #### 57 - Flutter-Stock Market-Predictions: 42 | 43 | Created the Flutter Stock Market Prediction using the TradingView API's. 44 | 45 | 52 | 53 | Everything is working quite fine and intutive. 54 | 55 | 56 | 57 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Stock-Market-Prediction)** 58 | 59 | 60 | 61 | #### 56 - Tensorflow-Fruits-Classifier-using-Flutter: 62 | 63 | Created a Fruits Classifier which can be used to create the model which can be used to find the difference between them. 64 | 65 | #### Unique Features of the Application: 66 | * [✅] Used Kaggle Dataset of different fruits. 67 | * [✅] Tensorflow Lite had been used to do the classification. 68 | * [✅] Trained the data on more than 50000 images of different fruits. 69 | * [✅] Average Accuracy is around 85%. 70 | 71 | 72 | Everything is working quite fine and intutive. 73 | 74 | 75 | 76 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Tensorflow_Fruits_Classifier_using_Flutter)** 77 | 78 | 79 | 80 | #### 55 - Tensorflow-Flower-Classifier-using-Flutter: 81 | 82 | Created a Flower Classifier which can be used to create the model which can be used to find the difference between them. 83 | 84 | #### Unique Features of the Application: 85 | * [✅] Used Kaggle Dataset of different flowers. 86 | * [✅] Tensorflow Lite had been used to do the classification. 87 | * [✅] Trained the data on more than 10000 images of different flowers. 88 | * [✅] Average Accuracy is around 92%. 89 | 90 | 91 | Everything is working quite fine and intutive. 92 | 93 | 94 | 95 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Tensorflow-Flower-Classifier-using-Flutter)** 96 | 97 | 98 | 99 | #### 54 - Tensorflow Lite-Dog-Cat-Classifier-using-Flutter: 100 | 101 | Created an Dog v/s Cat Classifer using Tensorflow in Flutter, to check the cat v/s dogs. 102 | 103 | #### Unique Features of the Application: 104 | * [✅] Used Kaggle Dataset of Cat/Dogs. 105 | * [✅] Tensorflow Lite had been used to do the classification. 106 | * [✅] Used around more than 2000 image each for Dog and Cat . 107 | * [✅] Prediction percentage is overall 90%. 108 | 109 | 110 | Everything is working quite fine and intutive. 111 | 112 | 113 | 114 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Tensorflow-Dog-Cat-Classifier-using-Flutter)** 115 | 116 | 117 | 118 | #### 53 - Flutter Pokemon Application: 119 | 120 | Flutter Pokemon Application is a very intutive and nice UI and JSON based Application in this we are basically fetching ther result from the JSON File to create UI. 121 | 122 | #### Unique Features of the Application: 123 | * [✅]Widgets created for the UI are like as Card, Hero, Animation, Positioned. 124 | * [✅] Parsed the data using **JSON Decode** which helped to bring the data from the API in the form of List. 125 | * [✅]Map is an data structure which is used for passing it through the function. 126 | * [✅] Live Working Project 127 | * [✅] Widgets used like ListTile, ListView Builder, Center, Text and Circle Avatar Widgets 128 | 129 | Everything is working quite fine and intutive. 130 | 131 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Flutter_Pokemon_App/)** 132 | 133 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Pokemon_App)** 134 | 135 | 136 | 137 | 138 | #### 52 - Flutter Swiggy Application UI: 139 | 140 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Food-App-UI)** 141 | 142 | **Living Working Project can be found here :point_right: [link](https://irahulcse.github.io/Flutter-Swiggy-Application-UI/#/)** 143 | 144 | 145 | 146 | 147 | #### 51 - Flutter Movie App Using JSON: 148 | 149 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Movies-App-using-Json)** 150 | 151 | **Live Working of the Project:**[link](https://irahulcse.github.io/Flutter-Movies-App-using-Json/), 152 | 153 | 154 | 155 | 156 | #### 50 - Flutter Vertical Page Slider: 157 | 158 | **Source Code of Project :point_right: [link](http://github.com/irahulcse/Flutter-Verticle-Page-Slider)** 159 | 160 | 161 | 162 | #### 49 - Flutter Food App UI: 163 | 164 | Flutter Food App UI is a project which is created to test the different animations options. It had used basic widgets like Column, Row and Expanded Widget and some Animations widgets are bundled with it. 165 | 166 | 167 | Everything is working quite fine and intutive. 168 | 169 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Food-App-UI)** 170 | 171 | 172 | 173 | #### 48 - Flutter NewsAPI.org: 174 | 175 | Flutter NewsAPI is a project which is created to fetch the data from the NewsAPI.org and listing it using the Cached Network Image, HTTP and WebView Flutter plugins, so that we will be able to create a News Application in a limited amount of time. 176 | 177 | dependencies: 178 | flutter: 179 | sdk: flutter 180 | cached_network_image: ^2.2.0+1 181 | http: ^0.12.1 182 | webview_flutter: ^0.3.22+1 183 | 184 | Everything is working quite fine and intutive. 185 | 186 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_News_App_Org)** 187 | 188 | 189 | 190 | #### 47- Flutter Web Sign In Anomously App: 191 | 192 | Integerated Firebase Authentication and tested using the Flutter Web. Easy to integerate and work with it. 193 | 194 | cloud_firestore: ^0.13.6 195 | flutter_screenutil: ^1.1.0 196 | random_color: ^1.0.5 197 | google_fonts: ^1.1.0 198 | 199 | 200 | 201 | **This is an Flutter based Mobile Application, so nothing had been created till now.** 202 | 203 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Flutter_Web_Sign_In_Google_And_Anonymous)** 204 | 205 | 206 | 207 | #### 46 - Flutter_Integerated_Square_Payment_Gateway : 208 | 209 | 210 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Integerated_Square_Payment_Gateway)** 211 | 212 | 213 | 214 | #### 45 - Flutter-UI-Amazon-Clone-with-Integerated-Payment-Gateway : 215 | 216 | 217 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-UI-Amazon-Clone-with-Integerated-Payment-Gateway)** 218 | 219 | 220 | 221 | 222 | #### 44 - Flutter-Startup-Name-Generator : 223 | 224 | 225 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Startup-Name-Generator)** 226 | 227 | 228 | 229 | #### 43 - Flutter-UI-Web-Newyork-Times: 230 | 231 | 232 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-UI-Web-Newyork-Times)** 233 | 234 | 235 | 236 | #### 42 - Flutter Native-Application-with-Google-Maps-Integeration: 237 | 238 | 239 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Native-Application-with-Google-Maps-Integeration)** 240 | 241 | 242 | 243 | #### 41 - Flutter Notes-App-For-Mobile-App-using-Hive-Database: 244 | 245 | 246 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Notes-App-For-Mobile-App-using-Hive-Database)** 247 | 248 | 249 | 250 | #### 40 - Flutter Quiz_Application_Flutter: 251 | 252 | 253 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Quiz_Application_Flutter)** 254 | 255 | 256 | 257 | #### 39 - Flutter Whatsapp_UI_Clone_Flutter: 258 | 259 | 260 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Whatsapp_UI_Clone_Flutter)** 261 | 262 | 263 | 264 | #### 38 - Flutter Dynamic_Theme_Enabled_Flutter : 265 | 266 | 267 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Dynamic_Theme_Enabled_Flutter)** 268 | 269 | 270 | 271 | #### 37 - Flutter Chat_Application_Flutter: 272 | 273 | 274 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Chat_Application_Flutter)** 275 | 276 | 277 | 278 | #### 36 - Flutter save_recipes: 279 | 280 | 281 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/save_recipes)** 282 | 283 | 284 | 285 | #### 35 - Flutter Covid_19_Flutter_App : 286 | 287 | 288 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Covid_19_Flutter_App)** 289 | 290 | 291 | 292 | #### 34 - Flutter FriendChat Application : 293 | 294 | 295 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/FriendChat_App_Flutter)** 296 | 297 | 298 | 299 | #### 33 - Flutter Instagroot Application: 300 | 301 | 302 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Instagroot_App_Flutter)** 303 | 304 | 305 | 306 | #### 32 - Flutter Food Application : 307 | 308 | 309 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Food-App)** 310 | 311 | 312 | 313 | 314 | #### 31 - Flutter RxDart GitHub Search API : 315 | 316 | 317 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Rx_Dart_Github_Search_Api)** 318 | 319 | 320 | 321 | #### 30 - Flutter Chyker Foods Applictation: 322 | 323 | 324 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Chyker-Food-s-App)** 325 | 326 | 327 | 328 | #### 29 - Flutter Instagram Shared Application: 329 | 330 | 331 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Instagram-Share)** 332 | 333 | 334 | 335 | #### 28 - Flutter Adobe XD: 336 | 337 | 338 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Adobe_XD)** 339 | 340 | 341 | 342 | #### 27 - Flutter Widgets Online Project : 343 | 344 | 345 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Widgets)** 346 | 347 | 348 | 349 | #### 26 - Flutter Quotes Application: 350 | 351 | 352 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Quotes-App)** 353 | 354 | 355 | 356 | #### 25 - Flutter Doctor Consultation Application : 357 | 358 | 359 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Doctor-Consultation-App)** 360 | 361 | 362 | 363 | #### 24 - Flutter Bloc Pattern Weather Application: 364 | 365 | 366 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter-Bloc-Pattern-Weather-App)** 367 | 368 | 369 | 370 | #### 23 - Flutter Bloc Pattern : 371 | 372 | 373 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Bloc_Pattern)** 374 | 375 | 376 | 377 | #### 22 - Flutter All In One Book Application: 378 | 379 | 380 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/All_In_One_Flutter_Book)** 381 | 382 | 383 | 384 | #### 21 - Flutter TikTok UI Applciation: 385 | 386 | 387 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_TikTok_Ui)** 388 | 389 | 390 | 391 | #### 20 - Flutter Fetch Questions using Python: 392 | 393 | 394 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Facelabs-Fetch-Questions-Python)** 395 | 396 | 397 | 398 | #### 019 - Flutter Connection with JSON based Application: 399 | 400 | 401 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Connecting_With_JSON)** 402 | 403 | 404 | 405 | #### 018 - Flutter Material Page Route Application: 406 | 407 | 408 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Material_Page_Route)** 409 | 410 | 411 | 412 | #### 16 - Flutter Miles to Kilometre Application: 413 | 414 | 415 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Miles_To_Kilometers_Converter)** 416 | 417 | 418 | 419 | 420 | #### 15 - Flutter Bloc Pattermn App: 421 | 422 | Bloc Pattern and Mobx Management App are the different State Management which can be used to create states. BLoC pattern was conceived to allow the reuse of the very same code independently of the platform: web application, mobile application, back-end. So yeah, this pattern was developed aiming to ease the workload on developers end while developing apps for a different platform with the idea of code reusability. Watch the video below to get more insight on the baby steps set by BLoC. 423 | 424 | **This is an Flutter based Mobile Application, so nothing had been created till now.** 425 | 426 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Flutter_Bloc_Pattern)** 427 | 428 | #### 14 - Flutter Firebase Quote's App: 429 | 430 | This App is basically created to learn about widgets like Expanded etc. The plugins used are mentioned below pls have a look to it. 431 | 432 | cloud_firestore: ^0.13.6 433 | flutter_screenutil: ^1.1.0 434 | random_color: ^1.0.5k 435 | google_fonts: ^1.1.0 436 | 437 | 438 | 439 | **This is an Flutter based Mobile Application, so nothing had been created till now.** 440 | 441 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Flutter_Quotes_App_Firebase)** 442 | 443 | 444 | 445 | 446 | #### 13 - Flutter_PDF_Viewer: 447 | 448 | In this application, basically I had used the Flutter Plugin related to the PDF and Files. The name of the different Plugins are as follows: 449 | 450 | file_picker: ^1.9.0+1 451 | flutter_full_pdf_viewer: ^1.0.6 452 | flutter_plugin_pdf_viewer: ^1.0.7 453 | 454 | 455 | Flutter Plugin PDF Viewer, gives us the hands on functionalites to see and scroll through the PDF, so that we can easily access it. 456 | 457 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Flutter_PDF_Viewer/#/)** 458 | 459 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Flutter_PDF_Viewer)** 460 | 461 | 462 | 463 | #### 12 - Flutter_Web_Firebase_Authentication: 464 | 465 | After so much hectic, I am succesfully able to integerate the Firebase Auth in Flutter Web. This is still in beta phase. 466 | 467 | The best part is that all the functionalities are working properly, this is just the prototype version of the Flutter Web Firebase Authentication. More to be updated in the future. 468 | 469 | The article which I had referred can be found on this [link](). 470 | 471 | Everything is working quite fine and intutive. 472 | 473 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_Web_Firebase_Authentication)** 474 | 475 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Flutter_Web_Firebase_Authentication/#/)** 476 | 477 | 478 | 479 | #### 11 - Flutter_Mortage_Payment_App_1_Beta: 480 | 481 | In this App, I had learnt about how to keep the minimalistic design and change the overall colour and design, which can be further used for the good UI concepts. 482 | 483 | The App can be used for finding the interest rate about a particular Principal on the given Interest Rate and given time period. 484 | 485 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Mortage_Payment_1_Beta/#/)** 486 | 487 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Mortage_Payment_1_Beta)** 488 | 489 | 490 | 491 | #### 10 - Flutter_Bottom_Sheet_Tutorial : 492 | 493 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Flutter_Bottom_Sheet_Tutorial/#/)** 494 | 495 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Flutter_Bottom_Sheet_Tutorial)** 496 | 497 | Learnt about the Modal Sheets and Bottom sheets and how they are different from each other. 498 | 499 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 500 | 501 | 502 | 503 | #### 9 - Telegram UI Flutter: 504 | 505 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Telegram_Ui_Flutter/#/)** 506 | 507 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Telegram_Ui_Flutter)** 508 | 509 | Created Telegram User Interface in Flutter using the widgets like ListTile, ListView and different builders like the ListView Builder Seperator and also used the other widgets like CircleAvator, Text widgets for UI etc. 510 | 511 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 512 | 513 | 514 | 515 | 516 | #### 8 - Dice Game Flutter: 517 | 518 | **Learnt from- The App Brewery Course**: Course Link is :point_right: [link](https://github.com/londonappbrewery/dicee-flutter). 519 | 520 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Dice_App_Flutter/#/)** 521 | 522 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Dice_App_Flutter)** 523 | 524 | Dice App Flutter is the project, in which I had learnt about **Expanded** , **Flat Button** and how to differentiate betweeen the **Stateful** and **Stateless** widget properties with each other. I had also got to know about the **Math** properties related to dart. I had used the **rohan()** function to automate the task of generating the random numbers and changing the picture. 525 | 526 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 527 | 528 | 529 | 530 | #### 7 - Portfolio's App Flutter: 531 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Portfolio_Card_Generator_Flutter/#/)** 532 | 533 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Portfolio_Card_Generator_Flutter)** 534 | 535 | In this Porfolio App, I had learnt about the different widgets like **List Tile**, **Card** and how to use **Safe Area** for keeping the **App's UI** clean and beautiful. 536 | 537 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 538 | 539 | 540 | 541 | #### 6 - Calculator's App Flutter: 542 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Calculator_App_Flutter/#/)** 543 | 544 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Calculator_App_Flutter)** 545 | 546 | In this Calculator App, I had learnt about the different **Flutter States** and also implemented different **Themes** in it. I had also worked upon the different **Text Editing Controller** options like **TextInputFormatters** etc. 547 | 548 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 549 | 550 | 551 | 552 | #### 5 - Flutter_Shop's_App: 553 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Flutter_Shop_App_Tutorial/#/)** 554 | 555 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Flutter_Shop_App_Tutorial)** 556 | 557 | Flutter Shop's Application is the simple application which is used to learn the Grid View Builder and also the how to refer the learning. 558 | 559 | It is a basic project which is used to learn about the widget's. 560 | 561 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 562 | 563 | 564 | 565 | #### 4 - Sound_View_App_Flutter: 566 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Sound_View_App_Flutter/#/)** 567 | 568 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Sound_View_App_Flutter)** 569 | 570 | Sound View App Flutter is the project in which I had integerated the Audio Player which can be further used to the click on the Emoji Icon's. 571 | 572 | It is a basic project which is used to play the .mp3 files. 573 | 574 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 575 | 576 | 577 | 578 | #### 3 - Rover's Guide (One Stop Solution For Travellers) 579 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Rovers_Guide_Fluter/#/)** 580 | 581 | **Source Code Of Project :point_right: [link](https://github.com/irahulcse/Rovers_Guide_Fluter)** 582 | 583 | Rover's Guide is my Pre-Final Year Computer Science Engineering Project. The more is needed to be done in this project. Discussed more detailed in the below repo link. Source Code can be found with proper documentation on this [link](https://github.com/irahulcse/Rovers_Guide_Fluter). 584 | 585 | If you found, it interesting pls :star: this repo. It will motivated me to work more hard. 586 | 587 | 588 | 589 | #### 2 - Chat Application in Flutter - 590 | **Deployed Link:point_right: [link](https://irahulcse.github.io/Chat_Application_Flutter/#/)** 591 | 592 | This is the basic project in which I had created the simple application by learning from **MTECH VIRAL'S VIDEO**. Source Code can be found with proper documentation on this [link](https://github.com/irahulcse/Chat_Application_Flutter). 593 | 594 | #### 1 - Building a Notes App in Flutter - UI example: 595 | In this tutorial we break down the UI into Flutter Widgets, complete our layout and then tweak to get our final design to match our screenshots. 596 | 597 | ### Flutter v/s React Native Infrastructure: 598 | ![Image](assets/infra.png) 599 | 600 | ### Education/Contents: 601 | 602 | All my brothers and sister, it is very important to understand that we are here to learn and excel in our professional life. So it's not really important from where we learn the stuff either from Youtube, Medium etc. If any one of you had some great website to share. Pls open an issue. I am looking forward to create the one of the **Biggest Repository On Flutter**, so that any one can learn from it. 603 | 604 | 605 | #### Some Git Commands for Best Workflow Practices: 606 | You can follow the below workflow, if you are new to Git. 607 | 608 | #### Initial setup 609 | 1. Fork the main A-Complete-Guide-To-Flutter 610 | 2. Clone this repo on your machine 611 | 3. Add the main repo as "upstream" 612 | * `git remote add upstream https://github.com/irahulcse/A-Complete-Guide-To-Flutter` 613 | 614 | #### Starting a new issue 615 | 1. Get the latest version of the project 616 | * `git fetch upstream` 617 | * `git checkout master` 618 | * `git pull upstream master` 619 | 620 | 2. Create a new branch starting from that newly updated main branch, and link it to your GitHub fork. 621 | * `git checkout -b MyNewIssue` 622 | * `git push --set-upstream origin MyNewIssue` 623 | 624 | 3. Make your changes, commit them, and push them to your fork 625 | * *make changes* 626 | * `git commit -a` 627 | * *write a good commit message* 628 | * `git push` 629 | 630 | #### Rebasing your branch 631 | When there have been changes in the main repo that you want to get, the cleanest option is often to rebase your branch on top of the latest commits. 632 | 633 | 1. Get the latest commits and update your local master branch 634 | * `git fetch upstream` 635 | * `git checkout master` 636 | * `git pull upstream master` 637 | 638 | 2. Rebase your in-progress feature branch 639 | * `git checkout MyInProgressFeature` 640 | * `git rebase master` 641 | * `git push -f` 642 | 643 | #### Resetting a branch after you've messed it up 644 | 1. Make sure there isn't any work that you care about losing 645 | 2. Do a hard reset to the branch you want to restart from. 646 | * `git checkout MyMessedUpBranch` 647 | * `git reset --hard upstream/master` 648 | 649 | #### Adding a single commit from one branch to another branch 650 | 1. Find and copy the commit ID that you want to use 651 | 2. Cherry-pick that commit 652 | * `git checkout MyCleanBranch` 653 | * `git cherry-pick COMMIT_ID` 654 | 655 | 656 | ### Getting Started 657 | 658 | For help getting started with Flutter, view our online 659 | [documentation](https://flutter.dev/). 660 | 661 | 662 | ### Flutter Opportunities in 2020: 663 | ![Image](assets/Flutter_In_2020.png) 664 | 665 | 666 | ## Contribution: 667 | Please clone and star this repo to stay up to date on changes. If anyone, would like to contribute to it. You can open the issue and start contributing to it. 668 | 669 | ## License 670 | 671 | Copyright (c) 2022 Rahul Chandra 672 | 673 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 674 | 675 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 676 | 677 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 678 | 679 | ![Image](assets/flutter_image.jpeg) 680 | -------------------------------------------------------------------------------- /assets/Flutter_In_2020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/assets/Flutter_In_2020.png -------------------------------------------------------------------------------- /assets/Learning Resources: -------------------------------------------------------------------------------- 1 | 124 | -------------------------------------------------------------------------------- /assets/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/assets/banner.png -------------------------------------------------------------------------------- /assets/bestbook.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/assets/bestbook.jpg -------------------------------------------------------------------------------- /assets/flutter_image.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/assets/flutter_image.jpeg -------------------------------------------------------------------------------- /assets/flutterdevelopment.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/assets/flutterdevelopment.jpg -------------------------------------------------------------------------------- /assets/images2/dart_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/assets/images2/dart_logo.png -------------------------------------------------------------------------------- /assets/images2/flutter_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/assets/images2/flutter_logo.png -------------------------------------------------------------------------------- /assets/images2/github_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/assets/images2/github_logo.png -------------------------------------------------------------------------------- /assets/images2/github_rahul.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/assets/images2/github_rahul.png -------------------------------------------------------------------------------- /assets/infra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/assets/infra.png -------------------------------------------------------------------------------- /assets/last.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/assets/last.jpg -------------------------------------------------------------------------------- /assets/new rovers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/assets/new rovers.png -------------------------------------------------------------------------------- /assets/twitter.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/assets/twitter.jfif -------------------------------------------------------------------------------- /docs_folder/Flutter_App_Template.txt: -------------------------------------------------------------------------------- 1 | #### 017 - Flutter NewsAPI.org: 2 | 3 | Flutter NewsAPI is a project which is created to fetch the data from the NewsAPI.org and listing it using the Cached Network Image, HTTP and WebView Flutter plugins, so that we will be able to create a News Application in a limited amount of time. 4 | 5 | #### Unique Features of the Application: 6 | * [✅]Widgets created for the UI are like as Card, Hero, Animation, Positioned. 7 | * [✅] Parsed the data using **JSON Decode** which helped to bring the data from the API in the form of List. 8 | * [✅]Map is an data structure which is used for passing it through the function. 9 | * [✅] Live Working Project 10 | * [✅] Widgets used like ListTile, ListView Builder, Center, Text and Circle Avatar Widgets 11 | * [✅] Dependencies used are as follows: 12 | * flutter: 13 | sdk: flutter 14 | * 15 | 16 | 17 | Everything is working quite fine and intutive. 18 | 19 | 20 | 21 | **Deployed Link :point_right: [link](https://irahulcse.github.io/Flutter_Web_Firebase_Authentication/#/)** 22 | **Source Code of Project :point_right: [link](https://github.com/irahulcse/Flutter_News_App_Org)** 23 | 24 | -------------------------------------------------------------------------------- /docs_folder/note.txt: -------------------------------------------------------------------------------- 1 | As the size of this particular repo had increased considerably, so I had not included for each project. Sorry, but lots of my friends are from remote areas and I think we need to think about the Data Connection Problem even for them . -------------------------------------------------------------------------------- /docs_folder/pending project.txt: -------------------------------------------------------------------------------- 1 | https://github.com/irahulcse/Flutter_Docker_Application 2 | 3 | https://github.com/irahulcse/Flutter_Miles_To_Kilometers_Converter 4 | 5 | https://github.com/irahulcse/Flutter_Material_Page_Route 6 | 7 | https://github.com/irahulcse/Flutter_Connecting_With_JSON 8 | 9 | https://github.com/irahulcse/Facelabs-Fetch-Questions-Python 10 | 11 | https://github.com/irahulcse/Flutter_TikTok_Ui 12 | 13 | https://github.com/irahulcse/gsy_flutter_book 14 | 15 | https://github.com/irahulcse/All_In_One_Flutter_Book 16 | 17 | https://github.com/irahulcse/Flutter_Bloc_Pattern 18 | 19 | https://github.com/irahulcse/Flutter-Bloc-Pattern-Weather-App 20 | 21 | // till this 22 | https://github.com/irahulcse/Flutter-Doctor-Consultation-App 23 | 24 | https://github.com/irahulcse/Flutter-Quotes-App 25 | 26 | https://github.com/irahulcse/Flutter-Widgets 27 | 28 | https://github.com/irahulcse/Flutter-Notebook 29 | 30 | https://github.com/irahulcse/Flutter_Adobe_XD 31 | 32 | https://github.com/irahulcse/Flutter-Instagram-Share 33 | 34 | https://github.com/irahulcse/Chyker-Food-s-App 35 | 36 | https://github.com/irahulcse/Rx_Dart_Github_Search_Api 37 | 38 | https://github.com/irahulcse/Flutter-Food-App 39 | 40 | https://github.com/irahulcse/EasyWeather ////need to be deleteit 41 | 42 | https://github.com/irahulcse/RestaurantAppUIKit //deleteit 43 | 44 | https://github.com/irahulcse/Flutter_Food_App_Tutorial ///deleteit 45 | 46 | https://github.com/irahulcse/Instagram_MTECHVIRAL //deleteit 47 | 48 | https://github.com/irahulcse/Instagroot_App_Flutter 49 | 50 | https://github.com/irahulcse/FriendChat_App_Flutter 51 | 52 | https://github.com/irahulcse/Covid_19_Flutter_App 53 | 54 | https://github.com/irahulcse/save_recipes 55 | 56 | https://github.com/irahulcse/Chat_Application_Flutter 57 | 58 | https://github.com/irahulcse/Testing_Projects //deleteit 59 | 60 | https://github.com/irahulcse/Google_Sign_In_Flutter //deleteit 61 | 62 | https://github.com/irahulcse/Google_Sign_In_Flutter_2 //deleteit 63 | 64 | https://github.com/irahulcse/OwenWilsonSoundboard //deleteit 65 | 66 | https://github.com/irahulcse/awesome-dart-pad //deleteit 67 | 68 | https://github.com/irahulcse/Dynamic_Theme_Enabled_Flutter 69 | 70 | https://github.com/irahulcse/Whatsapp_UI_Clone_Flutter 71 | 72 | https://github.com/irahulcse/Quiz_Application_Flutter 73 | 74 | https://github.com/irahulcse/github_actions //deleteit 75 | 76 | https://github.com/irahulcse/Rocket.Chat //deleteit 77 | 78 | https://github.com/irahulcse/finished-flutter-firebase-ddd-course //deleteit 79 | 80 | https://github.com/irahulcse/rocketchat.github.io //deleteit 81 | 82 | https://github.com/irahulcse/Zypp-Electric-Mobility //deleteit 83 | 84 | https://github.com/irahulcse/Marketing-for-Engineers /deleteit 85 | 86 | https://github.com/irahulcse/Rocket.Chat.ReactNative /deleteit 87 | 88 | https://github.com/irahulcse/FlutterExampleApps /deleteit 89 | 90 | https://github.com/irahulcse/open-source-flutter-apps //good repo check it 91 | 92 | https://github.com/irahulcse/Interview-Preparation /deleteit 93 | 94 | https://github.com/irahulcse/flutter-tutorials /deleteit 95 | 96 | https://github.com/irahulcse/star-me /deleteit 97 | 98 | https://github.com/irahulcse/Notes-App-For-Mobile-App-using-Hive-Database 99 | 100 | https://github.com/irahulcse/Flutter-Native-Application-with-Google-Maps-Integeration 101 | 102 | https://github.com/irahulcse/MICROSOFT-INTERVIEW-PREP //deleteit 103 | 104 | https://github.com/irahulcse/Flutter-UI-Web-Newyork-Times 105 | 106 | https://github.com/irahulcse/Flutter-Startup-Name-Generator 107 | 108 | https://github.com/irahulcse/Flutter-Startup-Name-Generator 109 | 110 | 111 | https://github.com/irahulcse/Flutter_Integerated_Square_Payment_Gateway 112 | 113 | https://github.com/irahulcse/My_Learning_My_Books 114 | 115 | https://github.com/irahulcse/Learning-From-Past 116 | 117 | https://github.com/irahulcse/E-Learning-Application-using-Android-and-JSP 118 | 119 | https://github.com/irahulcse/DAA_2021_Passouts //deleteit 120 | 121 | https://github.com/irahulcse/Git-Workshop-November7 122 | 123 | 124 | 125 | https://github.com/irahulcse/NASA-SPACE-APP-CHALLENGE-2019 126 | 127 | https://github.com/irahulcse/Flutter-Music-Player 128 | 129 | https://github.com/irahulcse/My_Resume 130 | 131 | https://github.com/irahulcse/Flutter-UI-Kit 132 | 133 | https://github.com/irahulcse/layout-demo-flutter 134 | 135 | https://github.com/irahulcse/Spam_Filter 136 | 137 | https://github.com/irahulcse/FlutterStackOverflowApp 138 | 139 | https://github.com/irahulcse/EDA_CRYPTOCURRENCY 140 | 141 | https://github.com/irahulcse/Iris_Species_Matplotlib_All_In_One 142 | 143 | https://github.com/irahulcse/Data-Science-Framework-Santander_Kaggle 144 | 145 | https://github.com/irahulcse/Data-Science-Work-For-Quora 146 | 147 | https://github.com/irahulcse/PUBG_Finish_Placements_Prediction-Exploratory-Data-Analysis- 148 | 149 | https://github.com/irahulcse/Student-Is-Future_Kaggle 150 | 151 | https://github.com/irahulcse/Heart-Disease-UCI_Kaggle 152 | 153 | https://github.com/irahulcse/sports_betting_with_reinforcement_learning 154 | 155 | https://github.com/irahulcse/Classical-Titanic-DataSet 156 | 157 | https://github.com/irahulcse/Stock_Price_Recommendation 158 | 159 | https://github.com/irahulcse/Elo_Merchant-EDA- 160 | 161 | https://github.com/irahulcse/LibraryManagementSystem 162 | 163 | https://github.com/irahulcse/Snapshot 164 | 165 | https://github.com/irahulcse/Friend-s-Club 166 | 167 | https://github.com/irahulcse/Algorithms 168 | 169 | -------------------------------------------------------------------------------- /docs_folder/template/Information.txt: -------------------------------------------------------------------------------- 1 | Skype: 2 | 3 | live:1rahulchandra1 4 | 5 | 6 | Twitter: 7 | 8 | https://twitter.com/1rahulchandra1 9 | 10 | Linkedin : 11 | 12 | https://www.linkedin.com/in/rahul-chandra-a8371b11b/ 13 | 14 | GitHub: 15 | 16 | https://github.com/irahulcse 17 | 18 | 19 | Reddit: 20 | 21 | https://www.reddit.com/user/flutterboxinc 22 | 23 | 24 | Gmail: 25 | 26 | https://mail.google.com/mail/u/0/?tab=wm&ogbl#inbox 27 | 28 | 29 | -------------------------------------------------------------------------------- /docs_folder/template/notes.txt: -------------------------------------------------------------------------------- 1 | Hey, Everyone! 2 | 3 | #54Application 4 | I'm happy to share the update the in Project(Complete Guides to Flutter). Today I had created my 54's App, Tensorflow Lite using Dog/Cat Classifier. In this basically I had used the Tensorflow lite to create the Classifier to distinguish between Dog and Cat. 5 | 6 | Unique Features of the Application: 7 | 8 | [✅] Used Kaggle Dataset of Cat/Dogs. 9 | [✅] Tensorflow Lite had been used to do the classification. 10 | [✅] Used around more than 2000 image each for Dog and Cat . 11 | [✅] Prediction percentage is overall 90%. 12 | 13 | 14 | You can check out the repo: https://github.com/irahulcse/A-Complete-Guide-To-Flutter#54---tensorflow-lite-dog-cat-classifier-using-flutter 15 | Main Repo Link is :https://github.com/irahulcse/A-Complete-Guide-To-Flutter 16 | 17 | Please Star this repo or follow me on GitHub, if you found it interesting. Pls do let me know if you're interested in #contributing towards this project. 18 | 19 | Discord Id is: rahul_chandra#1150 20 | #EveryFlutterAppsCount -------------------------------------------------------------------------------- /docs_folder/template/reddit.txt: -------------------------------------------------------------------------------- 1 | Complete Guide To Flutter Project(#100FlutterAppChallenge) 2 | Hey, Everyone! 3 | #55Application 4 | I'm happy to share the update the in Project(Complete Guides to Flutter). Today I had created my 55's App, # Flower Classifier using Tensorflow Flite using Flutter:boom:. 5 | Created a Flower Classifier which can be used to create the model which can be used to find the difference between them 6 | Learnt about the following: 7 | * [✅] Used Kaggle Dataset of different flowers. 8 | * [✅] Tensorflow Lite had been used to do the classification. 9 | * [✅] Trained the data on more than 10000 images of different flowers. 10 | * [✅] Average Accuracy is around 92%. 11 | As stated, in the earlier post, I am trying to keep my promise to the Reddit Community to push one app every day. Hope to maintain this continuity until my 100 Apps. 12 | You can check out the repo: https://github.com/irahulcse/Tensorflow-Flower-Classifier-using-Flutter 13 | Main Repo Link is:https://github.com/irahulcse/A-Complete-Guide-To-Flutter 14 | Please Star this repo or follow me on GitHub, if you found it interesting. Pls, do let me know if you're interested in #contributing towards this project. 15 | Discord Id is: rahul_chandra#1150 16 | #EveryFlutterAppsCount -------------------------------------------------------------------------------- /docs_folder/template/twitter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/docs_folder/template/twitter.txt -------------------------------------------------------------------------------- /docs_folder/umbrella_repo.txt: -------------------------------------------------------------------------------- 1 | Created a Mobile-Based/Web-based Flutter named as Application in Flutter. This project is an Umbrella Project under the Complete Guides to Flutter(Main Flutter Repo). 2 | 3 | 4 | 5 | 6 | /// 7 | 8 | // 9 | 10 | ///// 11 | 12 | 13 | //// 14 | 15 | 16 | //// 17 | 18 | 19 | -------------------------------------------------------------------------------- /git-ci-cd.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | git pull origin master 3 | git add . 4 | git commit -m "Good First Commit at `date +%F-%T`" 5 | git push -f origin master -------------------------------------------------------------------------------- /image/chatapplication.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/image/chatapplication.gif -------------------------------------------------------------------------------- /image/flutter_desktop_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/image/flutter_desktop_image.png -------------------------------------------------------------------------------- /image/rovers2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/image/rovers2.png -------------------------------------------------------------------------------- /images/adoberovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/adoberovers.jpg -------------------------------------------------------------------------------- /images/amazonrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/amazonrovers.jpg -------------------------------------------------------------------------------- /images/blocrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/blocrovers.jpg -------------------------------------------------------------------------------- /images/blocweatherrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/blocweatherrovers.jpg -------------------------------------------------------------------------------- /images/bookrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/bookrovers.jpg -------------------------------------------------------------------------------- /images/chatapplicationrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/chatapplicationrovers.jpg -------------------------------------------------------------------------------- /images/chykerrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/chykerrovers.jpg -------------------------------------------------------------------------------- /images/covidrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/covidrovers.jpg -------------------------------------------------------------------------------- /images/doctorrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/doctorrovers.jpg -------------------------------------------------------------------------------- /images/dynamicrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/dynamicrovers.jpg -------------------------------------------------------------------------------- /images/foodrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/foodrovers.jpg -------------------------------------------------------------------------------- /images/friendsrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/friendsrovers.jpg -------------------------------------------------------------------------------- /images/instagramsharerovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/instagramsharerovers.jpg -------------------------------------------------------------------------------- /images/instagrootrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/instagrootrovers.jpg -------------------------------------------------------------------------------- /images/jsonrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/jsonrovers.jpg -------------------------------------------------------------------------------- /images/kilometrerovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/kilometrerovers.jpg -------------------------------------------------------------------------------- /images/materialrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/materialrovers.jpg -------------------------------------------------------------------------------- /images/movierovers.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/movierovers.JPG -------------------------------------------------------------------------------- /images/nameoftheimages.txt: -------------------------------------------------------------------------------- 1 | pokemonrovers 2 | swiggyrovers 3 | movieapprovers 4 | verticalrovers 5 | foodapprovers 6 | newsapprovers 7 | websigninrovers 8 | squarerovers 9 | amazonrovers 10 | startuprovers 11 | newyorkrovers 12 | nativerovers 13 | notesapprovers 14 | quizrovers 15 | whatsapprovers 16 | dynamicrovers 17 | chatapplicationrovers 18 | saverecipesrovers 19 | covidrovers 20 | friendsrovers 21 | instagrootrovers 22 | rxdartrovers 23 | chykerrovers 24 | instagramsharerovers 25 | adoberovers 26 | widgetsrovers 27 | quotesrovers 28 | doctorrovers 29 | blocweatherrovers 30 | blocrovers 31 | bookrovers 32 | tiktokrovers 33 | pythonrovers 34 | jsonrovers 35 | materialrovers 36 | kilometrerovers 37 | 38 | -------------------------------------------------------------------------------- /images/nativerovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/nativerovers.jpg -------------------------------------------------------------------------------- /images/newsrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/newsrovers.jpg -------------------------------------------------------------------------------- /images/newyorkrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/newyorkrovers.jpg -------------------------------------------------------------------------------- /images/notesrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/notesrovers.jpg -------------------------------------------------------------------------------- /images/pokemonrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/pokemonrovers.jpg -------------------------------------------------------------------------------- /images/pythonrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/pythonrovers.jpg -------------------------------------------------------------------------------- /images/quizrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/quizrovers.jpg -------------------------------------------------------------------------------- /images/quotesrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/quotesrovers.jpg -------------------------------------------------------------------------------- /images/rxdartrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/rxdartrovers.jpg -------------------------------------------------------------------------------- /images/saverecipesrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/saverecipesrovers.jpg -------------------------------------------------------------------------------- /images/squarerovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/squarerovers.jpg -------------------------------------------------------------------------------- /images/startuprovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/startuprovers.jpg -------------------------------------------------------------------------------- /images/swiggyrovers.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/swiggyrovers.JPG -------------------------------------------------------------------------------- /images/titokrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/titokrovers.jpg -------------------------------------------------------------------------------- /images/vertical.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/vertical.JPG -------------------------------------------------------------------------------- /images/verticalrovers.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/verticalrovers.JPG -------------------------------------------------------------------------------- /images/websigninrovers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/websigninrovers.png -------------------------------------------------------------------------------- /images/whatsapprovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/whatsapprovers.jpg -------------------------------------------------------------------------------- /images/widgetsrovers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irahulcse/A-Complete-Guide-To-Flutter/bb5ff69aa153654bc7693a3d8b066f4e086c6f07/images/widgetsrovers.jpg --------------------------------------------------------------------------------