1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2026-08-25 01:05:36 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Nishant Srivastava
6e3ff94bfe refactor: split app wrapper from focused example code (multi-file apps)
Convert 17 multi-file apps to the validated pattern: lib/main.dart keeps
only the MaterialApp bootstrap; a new lib/example.dart holds the full entry
screen and focused example code, importing existing supporting files
(screens/, tabs/, services/, models/, widgets/, utils/).

Apps: analytics_integration, animation_example, biometrics, bottom_sheet,
custom_home_drawer, google_signin, grid_layout, handling_routes,
image_editor, scan_qr_code, statless_counter_app, using_bottom_nav_bar,
using_custom_fonts, using_listview, using_listwheelscrollview,
using_platform_adaptive, view_pdf_file
2026-08-18 00:48:50 +02:00
Nishant Srivastava
6d56bfc5d4 🚧 remove new keyword to get inline with dart 2 code standard. 2019-07-23 03:42:56 +02:00
Nishant Srivastava
dbceabc186 updated: readme with demo gifs and proper information 2018-02-10 21:49:54 +05:30
Nishant Srivastava
b4110ca438 updated: using_listview example with working implementation 2018-01-20 03:23:01 +05:30
Nishant Srivastava
b1644e96f3 added: using_listview 2018-01-20 02:52:02 +05:30