Johannes Milke
Johannes Milke
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.
appbar_example
Let's learn everything about the AppBar widget in Flutter and let's also create a transparent AppBar.
autofill_example
With Flutter 2 Autofill Services are supported. Fill TextFields with name, email, payment methods etc. automatically in Flutter.
chat_ui_stream_example
Let's build a complete responsive real-time Flutter Chat App from scratch for mobile & web with Stream Chat.
collapsible_navigation_drawer_example
Let's create a Flutter Collapsible Sidebar Menu that can collapse and expand the Navigation Drawer in Flutter.
hive_database_example
Persist data with Flutter's Hive NoSQL Database locally on Android, iOS & Web.