JohannesMilke

JohannesMilke

👤 Developer

487 repositories on SrcLog

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

Repositories (487)

top_10_flutter JohannesMilke/top_10_flutter

These are the best Flutter Widgets if you want to create responsive layouts for your Flutter app.

5
zoom_images JohannesMilke/zoom_images

How to zoom images in Flutter and how to create pinch to zoom in Flutter.

5
stream_builder JohannesMilke/stream_builder

How to use the StreamBuilder widget in Flutter. Streams can wait and listen for multiple data values before displaying them in Flutter.

5
top_design_trends JohannesMilke/top_design_trends

These are the best 4 trends for Flutter designs that every Flutter developer should know. Learn about Neumorphism, Glass Morphism, Neon Lights and more.

5
firebase_download JohannesMilke/firebase_download

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

5
download_to_gallery JohannesMilke/download_to_gallery

How to download and save an image to the Gallery in Flutter. Save any image or video files to the devices local storage in Flutter.

5
flutter_boxes JohannesMilke/flutter_boxes

How to use all Flutter Boxes such as SizedBox, LimitedBox, ConstrainedBox and FractionallySizedBox in Flutter.

5
value_key JohannesMilke/value_key

Use the Flutter Value Key to preserve the state of Stateful Widgets while they are moving around within your Widget tree in Flutter.

5
future JohannesMilke/future

Handle Futures with async and await in Flutter and Dart.

5
platform_specific_widgets JohannesMilke/platform_specific_widgets

Use Platform Specific Widgets in Flutter to show different widgets for Android and iOS depending on the platform.

5
background_image JohannesMilke/background_image

How to set a Screen Background Image in Flutter. Darken the image and apply a gradient effect on top of your Flutter background image.

5
flutterfire_cli JohannesMilke/flutterfire_cli C++

Learn how to use FlutterFire CLI to integrate Firebase into your Flutter project on your target platform with simple commands instead of manual work.

5
flutter_native_splash_screen JohannesMilke/flutter_native_splash_screen

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

5
fvm_flutter_example JohannesMilke/fvm_flutter_example

Use Flutter Version Management (FVM) to manage multiple Flutter projects with different versions. With Flutter Version Management you can switch fast between Flutter channels.

5
fluttertoast_package JohannesMilke/fluttertoast_package

Learn how to create customized Toast Messages in your Flutter app. With Toast Messages you can display the feedback (e.g. error, success, or any warning messages) on the operation performed by the user.

5
flutter_fl_chart_package JohannesMilke/flutter_fl_chart_package

Learn how to make Line Chart, Pie Chart and Bar Chart in your Flutter app by using FL Chart package and elevate data visualization with captivating visuals.

5
crud_app_using_bloc JohannesMilke/crud_app_using_bloc

Learn BloC pattern to maintain and update the states of your application and take your Flutter development skills to the next level. This comprehensive video tutorial covers fundamental concepts and practical implementation using flutter_bloc package.

5
flutter_logger_package JohannesMilke/flutter_logger_package

Logger that helps you print beautiful logs to easily debug the Flutter app and track the errors and warnings effortlessly.

5
flutter_to_github_example JohannesMilke/flutter_to_github_example Ruby

Upload your Flutter Project to GitHub to store your source code within a version control system and to share it with your team.

4
exit_app_example JohannesMilke/exit_app_example Dart

Double Tap to close the app and also learn how to programmatically exit the app by listening to the BackButton in Flutter.

4
range_slider_example JohannesMilke/range_slider_example Dart

Create Range Sliders to select multiple values from a range of values in Flutter.

4
system_navigationbar_color_example JohannesMilke/system_navigationbar_color_example Dart

Use Flutter to hide your system navigation bar on Android and also learn how to change the color of your system navigation bar.

4
animated_list_ii_example JohannesMilke/animated_list_ii_example

Create a Flutter Animated List & Todo List whereas the items are animated while you insert or remove list items in Flutter.

4
wakelock_example JohannesMilke/wakelock_example

Prevent Flutter App from sleeping, keep the screen awake with Wakelock in Flutter.

4
send_email_ii_example JohannesMilke/send_email_ii_example

Fastest way to send an email via http from your Flutter app by using any email provider in Flutter.

4
persistent_bottom_sheet_example JohannesMilke/persistent_bottom_sheet_example

Create a Flutter Persistent Bottom Sheet to display additional information that doesn't fit anymore on the screen in Flutter.

4
drag_select_gridview_example JohannesMilke/drag_select_gridview_example Dart

Create a Flutter Gridview that supports both dragging and selecting items in Flutter.

4
animations_fade_example JohannesMilke/animations_fade_example Dart

Let's fade in and fade out widgets such as dialogs, buttons, or also other widgets you like to animate in Flutter.

4
precache_images_example JohannesMilke/precache_images_example

Use Flutter to precache images into your cache with the Cached Network Image before displaying them in your UI.

4
appbar_ii_example JohannesMilke/appbar_ii_example

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

4