Johannes Milke

Results 60 repositories owned by Johannes Milke

sqflite_database_example

215
Stars
120
Forks
Watchers

Persist data with Flutter's Sqflite Database locally on your Android or iOS device by using Raw SQL statements.

generate_pdf_invoice_example

172
Stars
103
Forks
Watchers

Create an Invoice PDF Document completely with Flutter and learn how to generate and view this invoice in Flutter.

theme_example

99
Stars
32
Forks
Watchers

Switch easily between Dark & Light Theme. We cover both phone system themes and app local themes.

filter_listview_example

78
Stars
53
Forks
Watchers

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

78
Stars
39
Forks
Watchers

Let's create a complete Flutter Quiz App UI from scratch with a beautiful design.

appbar_example

19
Stars
16
Forks
Watchers

Let's learn everything about the AppBar widget in Flutter and let's also create a transparent AppBar.

autofill_example

17
Stars
8
Forks
Watchers

With Flutter 2 Autofill Services are supported. Fill TextFields with name, email, payment methods etc. automatically in Flutter.

chat_ui_stream_example

17
Stars
9
Forks
Watchers

Let's build a complete responsive real-time Flutter Chat App from scratch for mobile & web with Stream Chat.

collapsible_navigation_drawer_example

27
Stars
12
Forks
Watchers

Let's create a Flutter Collapsible Sidebar Menu that can collapse and expand the Navigation Drawer in Flutter.

hive_database_example

69
Stars
47
Forks
Watchers

Persist data with Flutter's Hive NoSQL Database locally on Android, iOS & Web.