1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2026-08-24 16:50:47 +00:00
Files
flutter-examples/documentation/EXAMPLES.md
Nishant Srivastava f62d1fcf6e docs: regenerate examples list and drop obsolete svn instructions
- EXAMPLES.md now lists all 54 apps; generated by
  scripts/generate_examples_doc.sh so it cannot drift again
- Replace dead 'svn checkout' instructions in GETTING_STARTED.md
  (GitHub removed SVN support) with git sparse-checkout
2026-08-17 16:02:18 +02:00

65 lines
2.4 KiB
Markdown

# Example Apps
Each folder in this repository is a standalone Flutter example app.
## Individual examples
1. [Analytics Integration](/analytics_integration)
1. [Animation Example](/animation_example)
1. [Biometrics](/biometrics)
1. [Bottom Sheet](/bottom_sheet)
1. [Custom Home Drawer](/custom_home_drawer)
1. [Dropdown Button](/dropdown_button)
1. [Enabling Splash Screen](/enabling_splash_screen)
1. [Firebase Crash Reporting](/firebase_crash_reporting)
1. [Firebase Google Authentication](/firebase_google_authentication)
1. [GetX Counter App](/getx_counter_app)
1. [Google Signin](/google_signin)
1. [Grid Layout](/grid_layout)
1. [Handling Routes](/handling_routes)
1. [Image Editor](/image_editor)
1. [Image From Network](/image_from_network)
1. [Infinite List](/infinite_list)
1. [Load Local Image](/load_local_image)
1. [Load Local JSON](/load_local_json)
1. [Lunch App](/lunch_app)
1. [Navigation Drawer](/navigation_drawer)
1. [News Memes App](/news_memes_app)
1. [Persist Key Value](/persist_key_value)
1. [Push Notifications](/push_notifications)
1. [Save Data Locally With SQLite](/save_data_locally_with_sqlite)
1. [Scan QR Code](/scan_qr_code)
1. [Simple Material App](/simple_material_app)
1. [Sliver App Bar](/sliver_app_bar_example)
1. [Stateful Widget](/stateful_widget)
1. [Stateless Widgets](/stateless_widgets)
1. [Stateless Counter App](/statless_counter_app)
1. [Tic Tac Toe](/tic_tac_toe)
1. [Todo List Using Provider](/todo_list_using_provider)
1. [Unit Testing](/unit_testing)
1. [Using Alert Dialog](/using_alert_dialog)
1. [Using Bottom Nav Bar](/using_bottom_nav_bar)
1. [Using Custom Fonts](/using_custom_fonts)
1. [Using Edittext](/using_edittext)
1. [Using Expansionpanel](/using_expansionpanel)
1. [Using Gradient](/using_gradient)
1. [Using HTTP Get](/using_http_get)
1. [Using Interactiveviewer](/using_interactiveviewer)
1. [Using Listview](/using_listview)
1. [Using ListWheelScrollView](/using_listwheelscrollview)
1. [Using Platform Adaptive](/using_platform_adaptive)
1. [Using Snackbar](/using_snackbar)
1. [Using Stepper](/using_stepper)
1. [Using Tabs](/using_tabs)
1. [Using Theme](/using_theme)
1. [View PDF File](/view_pdf_file)
## Complete apps with multiple features
1. [Covid19 Mobile App](/covid19_mobile_app)
1. [Bmi Calculator](/bmi_calculator)
1. [Expense Planner](/expense_planner)
1. [Using Firebase Db](/using_firebase_db)
1. [Tip Calculator](/tip_calculator)