There are no reviews yet. Be the first to send feedback to the community and the maintainers!
sqflite_database_example
Persist data with Flutter's Sqflite Database locally on your Android or iOS device by using Raw SQL statements.generate_pdf_invoice_example
Create an Invoice PDF Document completely with Flutter and learn how to generate and view this invoice in Flutter.theme_example
Switch easily between Dark & Light Theme. We cover both phone system themes and app local themes.filter_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.quiz_app_example
Let's create a complete Flutter Quiz App UI from scratch with a beautiful design.JohannesMilke
hive_database_example
Persist data with Flutter's Hive NoSQL Database locally on Android, iOS & Web.user_profile_example
Create a Flutter User Profile Page UI where you can access and edit your user's information within your Flutter app.user_profile_ii_example
Create a Flutter User Profile Page UI where you can access and edit your user's information within your Flutter app.firebase_messaging
Receive push notifications on Android & iOS with Flutter.firebase_chat_example
Create a chat application with Flutter & Firebase.fingerprint_auth_example
By using Flutter Local Auth users can authenticate with Fingerprint & Touch ID in Flutter.local_push_notifications
Create local push notifications for your Flutter application on Android & iOS.todo_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!pdf_viewer_example
Use the Flutter PDF Viewer to download PDF documents and display them within your Flutter app.localization_arb_example
With Flutter Internationalization you can display automatically the correct language used by your end-user within your Flutter app.google_signin_example
Learn how to integrate Signin with Google into your Firebase and Flutter app.video_ii_example
Rotate the Flutter Video Player in fullscreen by tapping the fullscreen button or rotate the device to Landscape & Portrait.typeahead_example
Create an AutoComplete TextField to search JSON data based on suggestions in Flutter.sliver_appbar_ii_example
The Flutter SliverAppBar & Collapsing Toolbar allow to specify an individual scrolling behaviour for your App Bars in Flutter.speech_to_text_example
Let's build a Speech To Text Flutter app which recognizes & analyzes your words to execute commands.firebase_upload_example
Upload Files To Firebase Storage with Flutter. Pick images, videos, or other files from your device and upload them to Firebase.qr_code_scanner_example
Let's build a Generate & Scan QR Codes app with Flutter with which you can share information easily with your friends.navigation_drawer_example
Let's create a Flutter Navigation Drawer with routing that is displayed as a Sidebar Menu within your Flutter app.firebase_download_example
Download files from Firebase Storage with Flutter. List all images, videos, or other files from Firebase and download them.tinder_ui_clone_example
We will build a Flutter UI design clone of the dating app Tinder where you can swipe cards similar to Tinder.onboarding_screen_example
Create your custom and beautiful onboarding screens easily with Flutter.layout_basics_example
Build basic Flutter layouts and widgets with the help of Row, Column, Stack, Expanded, Container, ListView, and GridView in Flutter.datatable_editable_example
Create an Editable DataTable with Flutter to modify specific data cells within your table rows in Flutter.date_picker_example
Use the Flutter Date Picker to pick a single date, time & date range easily in Flutter.futurebuilder_example
Learn how to load JSON data from the server or from your local assets with the FutureBuilder in Flutter.user_profile_shared_preferences_example
Let's create a complete Flutter User Profile Page with SharedPreferences to persist the user's information in Flutter.collapsible_navigation_drawer_example
Let's create a Flutter Collapsible Sidebar Menu that can collapse and expand the Navigation Drawer in Flutter.video_example
Use the Flutter Video Player to play videos from your Assets, File System & from the Network in Flutter.search_appbar_example
Let's create a SearchAppBar for doing local & network-based search queries in Flutter.firebase_pagination_example
Load your data from Firebase separately with Pagination & Infinite Scrolling in your Flutter app.datatable_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.local_notifications_example
Send and schedule Local Push Notifications in Flutter for Android and iOS. Schedule repeatedly in background on a daily or weekly basis.image_picker_example
Create an image picker from camera and gallery in Flutter. Pick Images, Mutiple Images and Videos in Flutter.firebase_auth
Use Firebase Authentation with Flutter to SignIn, SignUp, Reset Password and Verify Email inside your Flutter app.cupertino_datepicker_example
Use the iOS Styled Cupertino Date Picker in Flutter to pick dates, times & also any other items.shared_preferences_simple_example
Store & Load Data locally on your phone with Flutter's SharedPreferences plugin to persist data even if your app was closed.draggable_example
Move widgets around and drag and drop these widgets at another location by using Flutter Draggable & DragTarget.push_notification
Let's use Firebase Push Notifications in our Flutter app to send push notifications to different users through the Firebase console!fitness_app_example
Let's build a nice-looking fitness app where you can watch workout videos of your personal trainer.events_calendar_example
Create a Flutter Calendar Events App with different views. Schedule appointments, edit and delete calendar events in Flutter.country_picker_example
Within the ListView, you can select single & multiple items such as countries and languages out of a list of items in Flutter.chat_app_ui
How to build a Chat App or Messaging App in Flutter with a list of chat messages and a textfield to write these chat messages in Flutter.quiz_app_ii_example
Let's finish the Quiz App in Flutter with a beautiful home page and different categories of questions.profile_page_example
Create a beautiful User Profile Page UI in Flutter with profile picture, profile image and cover image.curved_bottom_navigation_bar
Create an Animated Curved Bottom Navigation Bar in Flutter. This Curved Navigation Bar works on Android and iOS.drag_drop_listview_example
Use Flutter to drag and drop items within the ListView to other locations and also drag the whole listview around.hero_location_ui
Create powerful animations in Flutter and use the hero animation for complex animations.riverpod_providers_example
The state management with Riverpod has many advantages over the Provider such as higher performance and more comfortable usage.showcase_widgets_example
Introduce your app to your users by showcasing the most important widgets and their functionality in Flutter.secure_storage_example
Persist your data securely and encrypted with Flutter Secure Storage locally on your phone in Flutter.firebase_chat_reply_example
Reply to messages in your chat application with Flutter.material_you_navigation_bar
The new Flutter Material You Navigation Bar is here! Does it replace the aged Flutter Bottom Navigation Bar?qr_code_app_example
Generate Flutter QR Codes to share data whereas other people use the Flutter QR Code Scanner App to retrieve this data.appbar_example
Let's learn everything about the AppBar widget in Flutter and let's also create a transparent AppBar.chip_example
Learn more about all the different kinds of Chips Flutter offers you out of the box.firebase_ml_text_recognition
Recognize texts out of images with Flutter & Firebase ML.autofill_example
With Flutter 2 Autofill Services are supported. Fill TextFields with name, email, payment methods etc. automatically in Flutter.google_signin_ii_example
Integrate Flutter Google SignIn With Firebase to allow user authentication in your Flutter app.transition_location_ui
Create powerful UI design animations easily with Flutter.image_cropper_example
Let's pick images and crop, rotate, scale, and save them with the ImageCropper Plugin in Flutter.sqflite_database
Store data using Flutter SQL Database Storage SQFlite to insert, delete, update and view data in your Flutter SQLite Database.chat_ui_stream_example
Let's build a complete responsive real-time Flutter Chat App from scratch for mobile & web with Stream Chat.flutter_ecommerce_app
Learn to create a complete e-commerce app in Flutter. Implement multiple product categories, favorite/unfavorite products, read descriptions, and add items to the cart. Develop your app-building skills and create a seamless shopping experience!signature_example
Let's create a Flutter Signature App where the user can draw his signature and also export the signature as an image in Flutter.popupmenu_focused_example
Let's create a focused popup menu that will popup if we tap on any widget in Flutter.generate_pdf_ii_example
Let's use Flutter to generate PDF Documents with images and tables by using exclusively Flutter widgets.purchases_flutter_example
Create In App Purchases and Subscriptions in Flutter with RevenueCat.google_signin_iii_example
Use Flutter Google SignIn completely without Firebase which is working for Android, iOS and Flutter Web.firebase_crud
How to use all Firebase CRUD operations in Flutter to write data, read data, update data and delete data from the Firestore Cloud Database.navigation_drawer_animation
Create a Flutter Navigation Drawer Animation that is displayed as a Sidebar Menu with animation within your Flutter app.selectable_navigation_drawer_example
Let's create a selectable Flutter Navigation Drawer with routing that highlights the current item within the Flutter Sidebar Menu.delivery_app_example
Create a Flutter Delivery App that generates an Invoice PDF document with the customer signature included.chat_ui_stream_ii_example
Let's integrate chat rooms and stories into our Flutter Chat App with StreamChat & Firebase.chat_ui_stream_iii_example
Let's build a Responsive Flutter Chat App with Multi-User Support for Flutter Web & Firebase & Stream Chat.flutter_adsmob
Use Flutter AdMob to earn money with your Flutter app by displaying Banner Ads, Interstitial and Rewarded Ads in Flutter.json_listview
Fetch JSON data from an API using Flutter HTTP get and use a FutureBuilder to populate a list asynchronously with JSON data in Flutter.riverpod_notifiers_example
Riverpod state management goes to the second round. This time we look at Notifiers.rate_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.todo_app_ui_ii_example
Let's finish the Todo App from scratch for storing todos locally with the Provider package in Flutter.animations_transform_example
Create beautiful & complex animations for widgets & pages with the Container Transform Animation in Flutter.login_signup_example
Let's build a complete login & signup app with Flutter that stores user information permanently with SharedPreferences & JSON Data.web_views_example
Create a Flutter Webview App Example that allows to load URLs, display web pages with HTML, run Javascript on Android and iOS.local_notifications_ii_example
Send and schedule Local Push Notifications in Flutter in background when app is closed, with a custom sound and no sound.navigation_drawer
Let's create a Flutter Navigation Drawer with routing that is displayed as a Sidebar Menu within your Flutter app.onboarding_screen
How to create an Onboarding Screen UI or Introduction Screen in Flutter. Also, show the Onboarding Screen only one time in your Flutter app.generate_pdf_example
Let's use Flutter to generate PDF Documents with graphics, images, and texts by using exclusively Flutter widgets.settings_screen_example
Create a Flutter Settings Page UI that uses Shared Preferences to store the app settings in Flutter.web_scrapping_ii
Build a Web Scraper in Flutter that uses HTTP Requests to get data from any website. Also webscrape JavaScript websites with Flutter!todo_app_ui_example
Let's create a todo app from scratch with Flutter and the provider package.fitness_app_ii_example
Let's implement the video functionality for our good-looking fitness app in Flutter.expandable_listview_example
With Flutter ExpansionTile, you can expand and shrink your widgets and also create an expandable nested ListView.animated_list_example
Create animations easily for your Lists in your Flutter apps.glassmorphism
How to create a Glassmorphism Effect in Flutter by using opacity, a backdrop filter to blur the background to create a Flutter Glass Effect.web_scrapping
Build a Web Scraper in Flutter that uses HTTP Requests to get data from any website. Web Scrapping with Flutter is simple!Love Open Source and this site? Check out how you can help us