JohannesMilke

JohannesMilke

👤 Developer

487 repositories on SrcLog

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

Repositories (487)

flutter_clean_code_data_layer JohannesMilke/flutter_clean_code_data_layer

Learn how to write clean code architecture in Flutter. The Data Layer contains the repository implementations and it maps the raw data into model objects using JSON serialization methods.

7
tinder_example JohannesMilke/tinder_example

How to create a Flutter Tinder Clone with swiping cards and more in Flutter.

7
password_field_example JohannesMilke/password_field_example Dart

Toggle the visibility of a password field in Flutter and also learn how to autofill email and password within the form widget.

7
date_time_picker JohannesMilke/date_time_picker

How to use the Date Picker and Time Picker in Flutter to pick a single date, a time or a range of dates.

7
youtube_player JohannesMilke/youtube_player

Play YouTube videos inside your Flutter app using the Flutter Youtube Player, a video player with full screen support and video controls.

7
slidable_list JohannesMilke/slidable_list

How to swipe a ListTile widget to the right or left using Flutter Slidable package.

7
listwheel_scrollview JohannesMilke/listwheel_scrollview

Create an awesome 3D ListView scrolling effect in Flutter with ListWheelScrollView. Display widgets with rotation in a scroll wheel.

7
every_app_needs_this JohannesMilke/every_app_needs_this

These are the most useful tips and tricks for Flutter apps! Every Flutter app needs an app icon, splash screen and onboarding screen!

7
upload_firebase JohannesMilke/upload_firebase

Upload Images to Firebase Storage with Flutter. Also, upload any files to Firebase by picking images, videos, pdfs or any other file.

7
search_filter_bar JohannesMilke/search_filter_bar

How to create a Search Textfield in Flutter to search and filter data inside a ListView or AppBar widget.

7
expandable_widget JohannesMilke/expandable_widget

Expand and collapse widgets in Flutter by using the Expandable Panel Widget.

7
android_fullscreen_mode JohannesMilke/android_fullscreen_mode

Hide Status Bar and hide System Navigation Bar in Flutter. Also enter the Android Full Screen Immersive Mode and LeanBack Mode in Flutter.

7
firebase_setup_web JohannesMilke/firebase_setup_web HTML

Let's setup Firebase​​ for our Flutter​​ app on Android​, iOS​ and Flutter Web. Setup Firebase to use Firebase products.

7
phone_screen_mirroring JohannesMilke/phone_screen_mirroring

How to screen mirror your phone with Flutter. Screen Mirroring your Android phone or your iPhone with Flutter is simple!

7
settings_menu_example JohannesMilke/settings_menu_example Dart

Show a Flutter Settings Menu with different choices by clicking on a Popup Menu Button in Flutter.

7
future_builder JohannesMilke/future_builder

How to use the FutureBuilder correctly in Flutter to wait for data before displaying the data inside your Flutter app.

7
slider_example JohannesMilke/slider_example Dart

Create a Slider in Flutter as a horizontal or vertical Slider with different colors, shapes, and with custom labels.

7
media_query_responsive JohannesMilke/media_query_responsive

How to create responsive designs using the MediaQuery in Flutter.

6
linter_rules JohannesMilke/linter_rules

Use Linting to set some standard rules for your Flutter code and keep the written code clean and organized.

6
simple_video_player JohannesMilke/simple_video_player

How to play videos in your Flutter app using the video player package. Play videos stored on the file system, as an asset, or from the internet.

6
top_10_widgets JohannesMilke/top_10_widgets

These are the most useful TOP 10 Widgets that really every Flutter Developer should know.

6
url_launcher_ii_example JohannesMilke/url_launcher_ii_example

How to use the Flutter URL Launcher to open URLs in the Web Browser or to open URLs in an App WebView in Flutter.

6
return_data_example JohannesMilke/return_data_example

How to pass data back in Flutter to the previous screen.

6
mask_images_example JohannesMilke/mask_images_example

How to mask any Image or Widget in Flutter by creating a transparent image layer and use this image layer to mask another image in Flutter.

6
horizontal_listview_example JohannesMilke/horizontal_listview_example

Create a scrollable horizontal ListView, a scrollable Row in Flutter with the ListView widget or the Flutter SingleChildScrollView widget.

6
share_button_example JohannesMilke/share_button_example

Create a share button in Flutter to share data with WhatsApp, Facebook, Twitter, Instagram on Android, iOS and Flutter Web.

6
native_splash_screen JohannesMilke/native_splash_screen

Integrate a real & native Flutter Splash Screen to your Flutter app for Android & iOS by using the Native Splash Package.

6
android_native_code JohannesMilke/android_native_code

How to call Android Native Code from your Flutter app to access custom platform specific code written with Java and Kotlin.

6
datetime_picker JohannesMilke/datetime_picker

How to pick a date and time together using Flutter date picker and time picker dialogs.

6
liquid_swipe_example JohannesMilke/liquid_swipe_example

How to add a Liquid Swipe Onboarding Screen in Flutter.

6