Pinned Repositories
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.
firebase_messaging
Receive push notifications on Android & iOS with Flutter.
generate_pdf_invoice_example
Create an Invoice PDF Document completely with Flutter and learn how to generate and view this invoice in Flutter.
hive_database_example
Persist data with Flutter's Hive NoSQL Database locally on Android, iOS & Web.
JohannesMilke
quiz_app_example
Let's create a complete Flutter Quiz App UI from scratch with a beautiful design.
sqflite_database_example
Persist data with Flutter's Sqflite Database locally on your Android or iOS device by using Raw SQL statements.
theme_example
Switch easily between Dark & Light Theme. We cover both phone system themes and app local themes.
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.
JohannesMilke's Repositories
JohannesMilke/sqflite_database_example
Persist data with Flutter's Sqflite Database locally on your Android or iOS device by using Raw SQL statements.
JohannesMilke/generate_pdf_invoice_example
Create an Invoice PDF Document completely with Flutter and learn how to generate and view this invoice in Flutter.
JohannesMilke/theme_example
Switch easily between Dark & Light Theme. We cover both phone system themes and app local themes.
JohannesMilke/hive_database_example
Persist data with Flutter's Hive NoSQL Database locally on Android, iOS & Web.
JohannesMilke/JohannesMilke
JohannesMilke/push_notification
Let's use Firebase Push Notifications in our Flutter app to send push notifications to different users through the Firebase console!
JohannesMilke/widgets_binding_example
With Flutter's App Lifecycle you can detect if your app moved to the background, foreground or if your app was closed.
JohannesMilke/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!
JohannesMilke/sqflite_example
Persist data in Local Database of your Android or iOS device with Sqlite and Sqflite plugin. Using Raw SQL statements perform Sqflite CRUD Operations Create, Read, Update and Delete.
JohannesMilke/movieui_design_final
Create a simple Movie App UI Design in Flutter. You find the starter code for this Flutter speedcode video here: https://drive.google.com/file/d/1G8qtZhnJNqyuGYcj5yFk4oEP1DC6rdzj/view?usp=sharing
JohannesMilke/web_scraping
Build a Web Scraper in Flutter that uses HTTP Requests to get data from any website. Web Scrapping with Flutter is simple!
JohannesMilke/alphabetlist_scroll_view
Create an alphabetical scroll list in Flutter to jump and navigate quickly to the items of the selected character.
JohannesMilke/purchases_example
How to use in Flutter In-App Purchases on Android & iOS to buy coins and subscriptions in Flutter.
JohannesMilke/crud_app_using_bloc
Learn BloC pattern to maintain and update the states of your application and take your Flutter development skills to the next level. This comprehensive video tutorial covers fundamental concepts and practical implementation using flutter_bloc package.
JohannesMilke/flutter_fl_chart_package
Learn how to make Line Chart, Pie Chart and Bar Chart in your Flutter app by using FL Chart package and elevate data visualization with captivating visuals.
JohannesMilke/fvm_flutter_example
Use Flutter Version Management (FVM) to manage multiple Flutter projects with different versions. With Flutter Version Management you can switch fast between Flutter channels.
JohannesMilke/localization_i18n_arb
How to enable multi-language support in your Flutter app. Translate texts into multiple languages using Flutter Internationalization and Localization.
JohannesMilke/animated_container_project
Create powerful animations in Flutter by using the AnimatedContainer. The AnimatedContainer widget allows you to effortlessly animate changes to its properties, resulting in dynamic and visually appealing mobile apps.
JohannesMilke/flutter_barcode_scanner_package
Flutter Barcode Scanner, the ultimate solution for accurate QR code and barcode scanning in your app. With advanced algorithms and easy integration, Barcode Scanner ensures precise detection and decoding.
JohannesMilke/flutter_logger_package
Logger that helps you print beautiful logs to easily debug the Flutter app and track the errors and warnings effortlessly.
JohannesMilke/fluttertoast_package
Learn how to create customized Toast Messages in your Flutter app. With Toast Messages you can display the feedback (e.g. error, success, or any warning messages) on the operation performed by the user.
JohannesMilke/flutter_routemaster_package
Learn how to navigate between screens, react to route changes, and secure your app's routes with Routemaster.
JohannesMilke/http_example
We build a Flutter app that uses HTTP Requests to make GET, POST, PUT and DELETE requests. We use the HTTP package to load json data from a REST API. We also format the received data and decode the JSON to a model class.
JohannesMilke/responsive_text
Create Flutter responsive texts based on the device's screen size, using FittedBox widget and Flutter Screenutil package, that can help us to make a responsive text in Flutter.
JohannesMilke/url_launcher_iii_example
Learn how to use the Flutter URL Launcher to open URLs in the web browser or within an App WebView. This tutorial covers the steps to implement URL handling on Android and iOS platforms in your Flutter apps.
JohannesMilke/flutter_actions_and_shortcuts_widgets
Configure keyboard key shortcuts to perform actions in our Flutter app using Actions and Shortcuts widget.
JohannesMilke/fontawesomeflutter
Learn how to include a wide range of customizable icons in your Flutter app with Font Awesome package. Access thousands of icons, enjoy a seamless developer experience, and elevate your app's visual appeal.
JohannesMilke/interactive_viewer
Learn how to zoom in and out of images with pinch gestures using Interactive viewer widget. Just wrap your Image widget with InteractiveViewer to zoom, squeeze, customize, and more.
JohannesMilke/flutter_hooks_example
Say goodbye to Stateful widgets with Flutter Hooks, a new kind of object that manages the lifecycle of a widget.
JohannesMilke/freezed_example
How to use Freezed code generation to streamline your Flutter app development process and eliminate repetitive boilerplate code. With Freezed, you can effortlessly generate data classes and unions, enabling you to enhance code readability, maintainability, and productivity.