JohannesMilke

JohannesMilke

👤 Developer

487 repositories on SrcLog

View on GitHub
487 Repos
4.3k Stars
1.6k Forks
4.3k Watchers

Repositories (487)

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.

222
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.

86
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.

85
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.

67
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.

62
fingerprint_auth_example JohannesMilke/fingerprint_auth_example Dart

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

53
pdf_viewer_example JohannesMilke/pdf_viewer_example Dart

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

46
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.

44
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
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.

39
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.

38
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.

35
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.

35
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.

35
typeahead_example JohannesMilke/typeahead_example Dart

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

33
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.

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.

31
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.

30
video_example JohannesMilke/video_example Dart

Use the Flutter Video Player to play videos from your Assets, File System & from the Network 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
curved_bottom_navigation_bar JohannesMilke/curved_bottom_navigation_bar

Create an Animated Curved Bottom Navigation Bar in Flutter. This Curved Navigation Bar works on Android and iOS.

28
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.

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
draggable_example JohannesMilke/draggable_example Dart

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

25
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.

24
quiz_app_ii_example JohannesMilke/quiz_app_ii_example Dart

Let's finish the Quiz App in Flutter with a beautiful home page and different categories of questions.

24