Examples Simple basic isolated apps, for budding flutter devs

Examples Simple basic isolated apps, for budding flutter devs
Examples Simple basic isolated apps, for budding flutter devs .Main repository containing all the example apps demonstrating features/functionality/integrations in [Flutter](https://flutter.io/) application development

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

Featured In

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

Example apps

  1. Simple Material App
  2. Using Theme
  3. Stateless Widgets
  4. Stateful Widget
  5. Using EditText
  6. Load local image
  7. Load local json
  8. Using HTTP GET
  9. Using Alert Dialog
  10. Using Stepper
  11. Using Tabs
  12. Using Bottom Navigation Bar
  13. Using Custom Fonts
  14. Using Gradient
  15. Navigation Drawer
  16. Enable Splash Screen
  17. Using Listview
  18. Using SnackBar
  19. Grid Layout
  20. DropDown Button
  21. Image from Network
  22. Infinite List
  23. Google Signin
  24. Persist Key Value

Complete apps with multiple features

  1. Tip Calculator
  2. Expense Planner
  3. Notes App

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 within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure 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 its a feature, bugfix, or anything please only change 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 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!

Download Details:

Author: nisrulz

GitHub: https://github.com/nisrulz/flutter-examples

Suggest:

Flutter TabBar & TabBarView by Sample Code | Flutter Tutorial | Flutter 2023

Flutter Tutorial: Flutter PDF Viewer | Flutter PDF Tutorial | PDF in Flutter

Flutter Tutorial For Beginners In 1 Hour

Code a Twitter Clone with Flutter, Appwrite, Riverpod | Full Tutorial for Beginners to Advanced

Build your first AI Chat Bot App using Flutter & ChatGPT

Flutter Tutorial - Showcase in Flutter