2023-10-17 16:04:06 +02:00
2022-10-22 21:24:21 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2017-08-07 23:21:02 -07:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2023-10-12 18:10:46 +02:00
2021-07-25 20:48:19 +02:00
2017-08-07 23:21:02 -07:00
2021-04-10 22:59:28 +02:00

Image

Show some ❤️ and star the repo to support the project

GitHub stars GitHub forks GitHub watchers GitHub followers
Twitter Follow

Main repository containing all the example apps demonstrating features/functionality/integrations in Flutter application development

Lookup Links: [Setup Flutter] [Widgets Catalog] [Dart Lang]

Example apps

  1. Custom Drawer
  2. DropDown Button
  3. Enable Splash Screen
  4. Firebase Analytics Integration
  5. Firebase Crashlytics Integration
  6. Firebase Todo App
  7. Google Signin
  8. Grid Layout
  9. Image Editor
  10. Image from Network
  11. Infinite List
  12. Load local image
  13. Load local json
  14. Navigation Drawer
  15. Persist Key Value
  16. Push Notifications
  17. Simple Material App
  18. Sliver App Bar
  19. Stateful Widget
  20. Stateless counter app
  21. Stateless Widgets
  22. Todo list using Provider
  23. Unit Testing
  24. Using Alert Dialog
  25. Using Bottom Navigation Bar
  26. Using Bottom Sheet
  27. Using Custom Fonts
  28. Using EditText
  29. Using Gradient
  30. Using HTTP GET
  31. Using InteractiveViewer
  32. Using Listview
  33. Using ListwheelScrollView
  34. Using SnackBar
  35. Using Stepper
  36. Using Tabs
  37. Using Theme
  38. View PDF File

Complete apps with multiple features

  1. Covid-19 App
  2. BMI Calculator
  3. Expense Planner
  4. Notes App
  5. Tip Calculator

Get packages for all flutter projects

  • Once you have cloned this repo, navigate to the root of this repo.
  • Next run ./get_packages.sh

    Make sure the script is executable. If it is not, then run chmod +x get_packages.sh first to make it executable.

  • Done!

Pull Requests

I welcome and encourage all pull requests. It usually will take me 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure the timely addition of your request:

  1. Match coding style (braces, spacing, etc.) This is best achieved using Reformat Code feature of Android Studio CMD+Option+L on Mac and CTRL + ALT + L on Linux + Windows .
  2. If it's a feature, bugfix, or anything please only change the code to what you specify.
  3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
  4. Pull requests must be made against the develop branch. Any other branch (unless specified by the maintainers) will get rejected.
  5. Check for existing issues first, before filing an issue.
  6. Make sure you follow the set standard as all other projects in this repo do

    Make sure the package name conforms to the format: github.nisrulz.<app_name>

  7. Have fun!

Extra

Since the repo is pretty large now, I am sure many folks would like to download only some of the projects. To tackle that follow the steps below:

  • Install svn using homebrew (Mac/Linux)

    brew install svn
    
  • Copy the name of the example folder in this repo i.e simple_material_app

  • Next, replace example_folder in the below command:

    svn checkout https://github.com/nisrulz/flutter-examples/trunk/example_folder
    

    i.e Consider simple_material_app is the name of the example's folder, the command becomes:

    svn checkout https://github.com/nisrulz/flutter-examples/trunk/simple_material_app
    
  • Done! You should have the specific example all checked out!

Author & support

This project was created by Nishant Srivastava but hopefully developed and maintained by many others. See the the list of contributors here.

If you appreciate my work, consider buying me a cup of to keep me recharged 🤘 [PayPal]

License

Copyright 2017 Nishant Srivastava

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Languages
Dart 80.1%
C++ 4.9%
CMake 3.7%
Objective-C 3.2%
Swift 2.8%
Other 5.3%