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

45 Commits

Author SHA1 Message Date
Nishant Srivastava
8745f7cf5a chore: modernize Flutter examples — null safety, latest APIs, Kotlin DSL Gradle (#148)
* updates

* Update Gradle wrapper script to fetch latest version online and allow --version override

* chore(analytics_integration): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build files to Kotlin DSL and bump Gradle wrapper.

* chore(animation_example): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build files to Kotlin DSL.

* chore(biometrics): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build files to Kotlin DSL.

* chore(bmi_calculator): test

test body

* chore(bottom_sheet): test

test body

* chore(custom_home_drawer): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build files to Kotlin DSL and bump Gradle wrapper.

* chore(covid19_mobile_app): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(dropdown_button): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(enabling_splash_screen): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(expense_planner): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(firebase_crash_reporting): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(firebase_google_authentication): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(flutter_date_pickers-master): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(getx_counter_app): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(google_signin): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(grid_layout): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(handling_routes): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(image_editor): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(image_from_network): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(infinite_list): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(load_local_image): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(load_local_json): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(lunch_app): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(navigation_drawer): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(news_memes_app): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(persist_key_value): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(push_notifications): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(save_data_locally_with_sqlite): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(scan_qr_code): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(simple_material_app): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(sliver_app_bar_example): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(stateful_widget): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(stateless_widgets): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(statless_counter_app): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(tic_tac_toe): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(tip_calculator): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(todo_list_using_provider): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(unit_testing): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(using_alert_dialog): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(using_bottom_nav_bar): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(using_custom_fonts): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(using_edittext): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(using_expansionpanel): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(using_firebase_db): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(using_gradient): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(using_http_get): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(using_interactiveviewer): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(using_listview): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(using_listwheelscrollview): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(using_platform_adaptive): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore(using_snackbar): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(using_stepper): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(using_tabs): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(using_theme): remove legacy nested android project

Delete the redundant nested android/ project directory from the old layout. Also update pubspec.yaml SDK constraints and dependencies.

* chore(view_pdf_file): migrate Gradle build scripts to Kotlin DSL

Convert Groovy build.gradle/settings.gradle to Kotlin DSL and bump Gradle wrapper.

* chore: ignore .trash directory

* chore: remove IDE configs and PR template

* chore(infinite_list): remove legacy nested android project

* refactor(infinite_list): migrate theme to ColorScheme API

* refactor(using_theme): migrate to ColorScheme API

* refactor(analytics_integration): migrate Firebase Analytics API

* refactor(firebase_google_authentication): migrate Google Sign-In API

* refactor(covid19_mobile_app): migrate theme and buttons to current API

* refactor(covid19_mobile_app): replace bezier_chart with fl_chart

* refactor(image_editor): migrate image plugins and button styles

* refactor(scan_qr_code): migrate mobile_scanner API

* refactor(lunch_app): migrate to null safety

* refactor(todo_list_using_provider): migrate to null safety

* refactor(unit_testing): migrate to null safety

* refactor(using_firebase_db): migrate Firebase Database API

* fix(update_gradle_wrapper): edit gradle-wrapper.properties directly

* refactor(push_notifications): migrate Firebase Messaging API

* refactor(using_http_get): migrate to null safety

* refactor(using_listview): migrate to null safety

* refactor(using_listwheelscrollview): migrate to null safety

* refactor(view_pdf_file): migrate to null safety

* refactor(bottom_sheet): migrate to null safety

* refactor(stateless_widgets): migrate to null safety

* chore: regenerate Gradle wrapper

* refactor: move maintenance scripts to Makefile

* chore: remove generated and IDE files

* fix: migrate image_editor to current plugins

* fix: migrate news_memes_app share to share_plus

* fix: migrate view_pdf_file to syncfusion pdf viewer

* fix: update deprecated APIs

* style: remove commented-out code
2026-08-17 13:58:51 +02:00
Nishant Srivastava
a9ef4b45c0 Update README.md 2023-11-03 09:40:48 +05:30
Nishant Srivastava
0212b6bb83 Update README.md 2023-11-03 09:19:21 +05:30
Nishant Srivastava
07f7406396 added readme link for bmi calculator app 2023-10-12 18:11:53 +02:00
Nishant Srivastava
8f8047e9b8 fix readme link and name of example app 2023-10-12 18:10:46 +02:00
Sagar Shah
b024cb183d New Example - Stateless MObX Counter App (#104)
Co-authored-by: A HEAD FULL OF DREAMS <workdeveloper@gmail.com>
Co-authored-by: Nishant Srivastava <nisrulz@users.noreply.github.com>
2022-10-22 20:32:00 +02:00
Saint Gabriel
a52c2d5399 Update README.md (#114)
Corrections of misspelled words.
2022-10-22 20:15:18 +02:00
Vasu Gajjar
fe71b47e3e New example - Custom Drawer (#124)
* Added new example custom_home_drawer

* Updating Package Name

* Adding Screenshot
2022-10-22 20:11:23 +02:00
Sannidhya Dubey
5149889465 Added Sample app for SliverAppBar Widget (#117)
* Added Sample app for SliverAppBar Widget
2022-10-06 10:06:03 +02:00
Nishant Srivastava
9fabd53d57 updated readme 2021-07-25 21:06:06 +02:00
ralphcoder
4b66929f42 implementation of listwheelscrollview widget (#65) 2021-07-25 20:59:50 +02:00
Mohammed Mehdi
3eaedb619c Added covid-19 example app and Updated the readme (#73) 2021-07-25 20:56:58 +02:00
Gourav Sarkar
48f14caf15 Image Editor App (#75)
* added image editor

* package update
2021-07-25 20:56:09 +02:00
Nishant Srivastava
52072098cf cleanup and updated gradle wrapper 2020-10-29 00:34:51 +01:00
Rishika Jain
1cf8680ef4 Added bottom sheet example app (#64) 2020-10-09 01:11:26 +02:00
Tekeshwar Singh
24955aeac5 view_pdf_file example added (#57)
* view_pdf_file example added

* made revelent changes

changed package, example of both load pdf from asset and url, added link from example in readme

* added example view_pdf_file

* Added View PDF File example

* minor changes
2020-10-06 10:30:19 +02:00
Nishant Srivastava
35bff0d4fd added using interactiveviewer example app link in readme list 2020-08-18 23:58:15 +02:00
Miten Gajjar
389623e159 Example for Unit Test (#52) 2020-07-05 20:42:20 +02:00
Nishant Srivastava
4d23f7c82f 🚧 fix readme file 2019-12-26 01:42:17 +01:00
Nishant Srivastava
6be058b2c5 updated readme 2019-10-13 02:48:13 +02:00
Nishant Srivastava
9e7a62b80a updated examples and readme file 2019-10-13 02:38:58 +02:00
sam
cde303db6e Added: expanse planner app 2019-10-05 19:33:34 +05:30
Nishant Srivastava
b21f842b9c 🚧 update readme about the get packages script 2019-06-20 07:44:30 +02:00
Nishant Srivastava
5d08c4c937 📝 updated docs: added link to official flutter samples folder where Flutter-Examples is featured 🎉 2018-12-31 00:46:50 +01:00
Nishant Srivastava
3ea3b368da updated: paypal link 2018-08-19 22:54:10 +02:00
Nishant Srivastava
7f09c4bdca added: persist_key_value to readme index 2018-08-07 01:13:44 +02:00
Nishant Srivastava
75d833bec1 updated: package to be standard across all example apps 2018-07-08 00:20:41 +02:00
Nishant Srivastava
6df963edab added: infinite_list example to readme index 2018-04-08 15:26:55 +05:30
Nishant Srivastava
6856898d8c added featured in link 2018-03-18 18:24:32 +05:30
Nishant Srivastava
5e3dc77a77 added: demo_gif to readme 2018-03-17 20:10:43 +05:30
Nishant Srivastava
678e5d4577 updated: readme for image_from_network 2018-03-15 11:31:58 +05:30
Nishant Srivastava
6f260533e1 added: dropdown_button example to readme index 2018-03-15 10:05:34 +05:30
Nishant Srivastava
473fe65769 added: grid_layout to readme index 2018-02-10 19:51:43 +05:30
Nishant Srivastava
0165a97aba added: using_snackbar example to readme index 2018-01-20 03:53:00 +05:30
Nishant Srivastava
f6519a651d added: using_listview to readme index 2018-01-20 03:23:47 +05:30
Nishant Srivastava
9fb9cc543a added: enabling_splash_screen to readme index 2018-01-19 23:37:07 +05:30
Nishant Srivastava
db8f8465f0 added: navigation_drawer to readme index 2018-01-18 22:52:52 +05:30
Nishant Srivastava
8d42fd7ece updated readme index 2017-09-30 00:04:07 -07:00
Nishant Srivastava
db20868190 fixed link for stateless_widgets example in readme index 2017-08-27 01:47:33 -07:00
Nishant Srivastava
5964090caa added using_tabs and using_bottom_nav_bar examples to the mian readme index 2017-08-26 00:57:26 -07:00
Nishant Srivastava
3e9f88f5ef added using_stepper to readme index 2017-08-25 21:33:46 -07:00
Nishant Srivastava
284748af28 updated readme to include links 2017-08-11 10:52:51 -07:00
Nishant Srivastava
c8d3a8eb43 updated the readme index and links 2017-08-11 01:06:50 -07:00
Nishant Srivastava
244edb8e86 added list of examples to readme as index 2017-08-09 14:44:49 -07:00
Nishant Srivastava
5c3feb5987 init 2017-08-07 23:21:02 -07:00