JohannesMilke

JohannesMilke

👤 Developer

474 repositories on SrcLog

View on GitHub
474 Repos
4k Stars
1.6k Forks
4k Watchers

Repositories (474)

sqflite_database_example JohannesMilke/sqflite_database_example Dart

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

220
generate_pdf_invoice_example JohannesMilke/generate_pdf_invoice_example Dart

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

193
theme_example JohannesMilke/theme_example Dart

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

105
quiz_app_example JohannesMilke/quiz_app_example Dart

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

85
filter_listview_example JohannesMilke/filter_listview_example Dart

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.

83
hive_database_example JohannesMilke/hive_database_example Dart

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

74
user_profile_example JohannesMilke/user_profile_example Dart

Create a Flutter User Profile Page UI where you can access and edit your user's information within your Flutter app.

68
user_profile_ii_example JohannesMilke/user_profile_ii_example Dart

Create a Flutter User Profile Page UI where you can access and edit your user's information within your Flutter app.

61
fingerprint_auth_example JohannesMilke/fingerprint_auth_example Dart

By using Flutter Local Auth users can authenticate with Fingerprint & Touch ID in Flutter.

52
pdf_viewer_example JohannesMilke/pdf_viewer_example Dart

Use the Flutter PDF Viewer to download PDF documents and display them within your Flutter app.

47
speech_to_text_example JohannesMilke/speech_to_text_example Dart

Let's build a Speech To Text Flutter app which recognizes & analyzes your words to execute commands.

43
localization_arb_example JohannesMilke/localization_arb_example Dart

With Flutter Internationalization you can display automatically the correct language used by your end-user within your Flutter app.

43
typeahead_example JohannesMilke/typeahead_example Dart

Create an AutoComplete TextField to search JSON data based on suggestions in Flutter.

35
firebase_upload_example JohannesMilke/firebase_upload_example Dart

Upload Files To Firebase Storage with Flutter. Pick images, videos, or other files from your device and upload them to Firebase.

34
video_ii_example JohannesMilke/video_ii_example Dart

Rotate the Flutter Video Player in fullscreen by tapping the fullscreen button or rotate the device to Landscape & Portrait.

34
navigation_drawer_example JohannesMilke/navigation_drawer_example

Let's create a Flutter Navigation Drawer with routing that is displayed as a Sidebar Menu within your Flutter app.

33
sliver_appbar_ii_example JohannesMilke/sliver_appbar_ii_example Dart

The Flutter SliverAppBar & Collapsing Toolbar allow to specify an individual scrolling behaviour for your App Bars in Flutter.

32
firebase_download_example JohannesMilke/firebase_download_example Dart

Download files from Firebase Storage with Flutter. List all images, videos, or other files from Firebase and download them.

32
layout_basics_example JohannesMilke/layout_basics_example Dart

Build basic Flutter layouts and widgets with the help of Row, Column, Stack, Expanded, Container, ListView, and GridView in Flutter.

30
date_picker_example JohannesMilke/date_picker_example Dart

Use the Flutter Date Picker to pick a single date, time & date range easily in Flutter.

29
datatable_editable_example JohannesMilke/datatable_editable_example Dart

Create an Editable DataTable with Flutter to modify specific data cells within your table rows in Flutter.

29
collapsible_navigation_drawer_example JohannesMilke/collapsible_navigation_drawer_example Dart

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

28
user_profile_shared_preferences_example JohannesMilke/user_profile_shared_preferences_example Dart

Let's create a complete Flutter User Profile Page with SharedPreferences to persist the user's information in Flutter.

28
firebase_auth JohannesMilke/firebase_auth

Use Firebase Authentation with Flutter to SignIn, SignUp, Reset Password and Verify Email inside your Flutter app.

26
image_picker_example JohannesMilke/image_picker_example

Create an image picker from camera and gallery in Flutter. Pick Images, Mutiple Images and Videos in Flutter.

26
local_notifications_example JohannesMilke/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.

26
datatable_sortable_example JohannesMilke/datatable_sortable_example Dart

Create a DataTable with Flutter to display data in columns, rows, and cells and also learn how to sort the data within the table.

26
video_example JohannesMilke/video_example Dart

Use the Flutter Video Player to play videos from your Assets, File System & from the Network in Flutter.

26
cupertino_datepicker_example JohannesMilke/cupertino_datepicker_example Dart

Use the iOS Styled Cupertino Date Picker in Flutter to pick dates, times & also any other items.

22
draggable_example JohannesMilke/draggable_example Dart

Move widgets around and drag and drop these widgets at another location by using Flutter Draggable & DragTarget.

22