1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2026-08-25 09:13:00 +00:00

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
351b44db0e refactoring and added comments 2017-09-29 23:38:41 -07:00
Nishant Srivastava
a12bf7b729 implemented custom font in using_custom_fonts example 2017-09-29 22:38:24 -07:00
Nishant Srivastava
3a01e2d724 added using_custom_fonts example 2017-09-29 22:24:14 -07:00