sqflite_database_example. Persist data with Flutter's Sqflite Database locally on your Android or iOS device by using Raw SQL statements.
221generate_pdf_invoice_example. Create an Invoice PDF Document completely with Flutter and learn how to generate and view this invoice in Flutter.
193theme_example. Switch easily between Dark & Light Theme. We cover both phone system themes and app local themes.
106quiz_app_example. Let's create a complete Flutter Quiz App UI from scratch with a beautiful design.
87filter_listview_example. Let's use Flutter to search in a ListView by loading JSON data from the Internet and let's filter this data in a ListView.
85hive_database_example. Persist data with Flutter's Hive NoSQL Database locally on Android, iOS & Web.
74JohannesMilke.
70user_profile_example. Create a Flutter User Profile Page UI where you can access and edit your user's information within your Flutter app.
67user_profile_ii_example. Create a Flutter User Profile Page UI where you can access and edit your user's information within your Flutter app.
61firebase_messaging. Receive push notifications on Android & iOS with Flutter.
57fingerprint_auth_example. By using Flutter Local Auth users can authenticate with Fingerprint & Touch ID in Flutter.
53firebase_chat_example. Create a chat application with Flutter & Firebase.
53local_push_notifications. Create local push notifications for your Flutter application on Android & iOS.
50pdf_viewer_example. Use the Flutter PDF Viewer to download PDF documents and display them within your Flutter app.
46speech_to_text_example. Let's build a Speech To Text Flutter app which recognizes & analyzes your words to execute commands.
44localization_arb_example. With Flutter Internationalization you can display automatically the correct language used by your end-user within your Flutter app.
43todo_app_firestore_example. We connect our Flutter Todo App to Firebase so that all todos are stored locally & on the server. You learn more deeply how Firestore works!
43qr_code_scanner_example. Let's build a Generate & Scan QR Codes app with Flutter with which you can share information easily with your friends.
38firebase_upload_example. Upload Files To Firebase Storage with Flutter. Pick images, videos, or other files from your device and upload them to Firebase.
38video_ii_example. Rotate the Flutter Video Player in fullscreen by tapping the fullscreen button or rotate the device to Landscape & Portrait.
38google_signin_example. Learn how to integrate Signin with Google into your Firebase and Flutter app.
37tinder_ui_clone_example. We will build a Flutter UI design clone of the dating app Tinder where you can swipe cards similar to Tinder.
36firebase_download_example. Download files from Firebase Storage with Flutter. List all images, videos, or other files from Firebase and download them.
35sliver_appbar_ii_example. The Flutter SliverAppBar & Collapsing Toolbar allow to specify an individual scrolling behaviour for your App Bars in Flutter.
35navigation_drawer_example. Let's create a Flutter Navigation Drawer with routing that is displayed as a Sidebar Menu within your Flutter app.
35onboarding_screen_example. Create your custom and beautiful onboarding screens easily with Flutter.
33typeahead_example. Create an AutoComplete TextField to search JSON data based on suggestions in Flutter.
33datatable_editable_example. Create an Editable DataTable with Flutter to modify specific data cells within your table rows in Flutter.
32layout_basics_example. Build basic Flutter layouts and widgets with the help of Row, Column, Stack, Expanded, Container, ListView, and GridView in Flutter.
31collapsible_navigation_drawer_example. Let's create a Flutter Collapsible Sidebar Menu that can collapse and expand the Navigation Drawer in Flutter.
30video_example. Use the Flutter Video Player to play videos from your Assets, File System & from the Network in Flutter.
30futurebuilder_example. Learn how to load JSON data from the server or from your local assets with the FutureBuilder in Flutter.
29curved_bottom_navigation_bar. Create an Animated Curved Bottom Navigation Bar in Flutter. This Curved Navigation Bar works on Android and iOS.
29date_picker_example. Use the Flutter Date Picker to pick a single date, time & date range easily in Flutter.
29hero_location_ui. Create powerful animations in Flutter and use the hero animation for complex animations.
29local_notifications_example. Send and schedule Local Push Notifications in Flutter for Android and iOS. Schedule repeatedly in background on a daily or weekly basis.
28user_profile_shared_preferences_example. Let's create a complete Flutter User Profile Page with SharedPreferences to persist the user's information in Flutter.
28search_appbar_example. Let's create a SearchAppBar for doing local & network-based search queries in Flutter.
27firebase_auth. Use Firebase Authentation with Flutter to SignIn, SignUp, Reset Password and Verify Email inside your Flutter app.
26firebase_pagination_example. Load your data from Firebase separately with Pagination & Infinite Scrolling in your Flutter app.
26draggable_example. Move widgets around and drag and drop these widgets at another location by using Flutter Draggable & DragTarget.
25image_picker_example. Create an image picker from camera and gallery in Flutter. Pick Images, Mutiple Images and Videos in Flutter.
24shared_preferences_simple_example. Store & Load Data locally on your phone with Flutter's SharedPreferences plugin to persist data even if your app was closed.
24quiz_app_ii_example. Let's finish the Quiz App in Flutter with a beautiful home page and different categories of questions.
24datatable_sortable_example. Create a DataTable with Flutter to display data in columns, rows, and cells and also learn how to sort the data within the table.
24material_you_navigation_bar. The new Flutter Material You Navigation Bar is here! Does it replace the aged Flutter Bottom Navigation Bar?
23fitness_app_example. Let's build a nice-looking fitness app where you can watch workout videos of your personal trainer.
23cupertino_datepicker_example. Use the iOS Styled Cupertino Date Picker in Flutter to pick dates, times & also any other items.
23country_picker_example. Within the ListView, you can select single & multiple items such as countries and languages out of a list of items in Flutter.
23drag_drop_listview_example. Use Flutter to drag and drop items within the ListView to other locations and also drag the whole listview around.
23events_calendar_example. Create a Flutter Calendar Events App with different views. Schedule appointments, edit and delete calendar events in Flutter.
21push_notification. Let's use Firebase Push Notifications in our Flutter app to send push notifications to different users through the Firebase console!
20appbar_example. Let's learn everything about the AppBar widget in Flutter and let's also create a transparent AppBar.
19qr_code_app_example. Generate Flutter QR Codes to share data whereas other people use the Flutter QR Code Scanner App to retrieve this data.
17animations_transform_example. Create beautiful & complex animations for widgets & pages with the Container Transform Animation in Flutter.
17widgets_binding_example. With Flutter's App Lifecycle you can detect if your app moved to the background, foreground or if your app was closed.
17chat_ui_stream_example. Let's build a complete responsive real-time Flutter Chat App from scratch for mobile & web with Stream Chat.
16rate_my_app_example. With the Flutter In App Rating, you can redirect the user to the Playstore & AppStore to leave a review & to rate your Flutter app.
16web_views_example. Create a Flutter Webview App Example that allows to load URLs, display web pages with HTML, run Javascript on Android and iOS.
15generate_pdf_example. Let's use Flutter to generate PDF Documents with graphics, images, and texts by using exclusively Flutter widgets.
15