JohannesMilke

JohannesMilke

👤 Developer

474 repositories on SrcLog

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

Repositories (474)

animations_fadethrough_example JohannesMilke/animations_fadethrough_example Dart

Learn how to switch & animate between pages with the fade through animation in Flutter.

6
animated_switcher_example JohannesMilke/animated_switcher_example Dart

With the Animated Switcher you can change between widgets with the help of custom-built animations in Flutter.

6
battery_example JohannesMilke/battery_example HTML

Detect the current battery level and battery state of your phone in Flutter and also detect if your phone is currently charging.

6
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
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
push_notification JohannesMilke/push_notification

Let's use Firebase Push Notifications in our Flutter app to send push notifications to different users through the Firebase console!

5
future JohannesMilke/future

Handle Futures with async and await in Flutter and Dart.

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
flutter_boxes JohannesMilke/flutter_boxes

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

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

5
zoom_images JohannesMilke/zoom_images

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

5
top_listview_widgets JohannesMilke/top_listview_widgets

These are the TOP Flutter ListView Widgets! We cover Pull To Refresh, Infinite Scrolling ListView, Nested Columns and ListViews and more.

5
adaptive_widgets JohannesMilke/adaptive_widgets

Use Adaptive Widgets in Flutter to display Android or iOS specific widgets, so called Platform Aware Widgets on each device in Flutter.

5
google_translate JohannesMilke/google_translate

How to translate texts to different languages with Google Translate in Flutter. We use both Google Translation without and with API Key.

5
global_key JohannesMilke/global_key

When to use the GlobalKey in Flutter. With a GlobalKey a parent widget can access the state and methods of its child Stateful Widgets.

5
layout_builder_responsive JohannesMilke/layout_builder_responsive

How to create responsive designs using the LayoutBuilder in Flutter.

5
collection_operator JohannesMilke/collection_operator

How to use the collection if and collection for operators inside lists in Flutter and Dart.

5
grouped_listview JohannesMilke/grouped_listview

Use the Grouped ListView in Flutter to group list items into sections. Each section could have a Flutter sticky header.

5
firebase_auth_forgot_password JohannesMilke/firebase_auth_forgot_password

Reset the password in a Flutter app using Firebase Authentication and change the password after you forgot the password.

5
date_picker JohannesMilke/date_picker

Pick a date using the Flutter Date Picker dialog.

5
preserve_scroll_position JohannesMilke/preserve_scroll_position

How to preserve the scroll position in a ListView in Flutter by using the Flutter Page Storage Key.

5
firestore_crud_update JohannesMilke/firestore_crud_update

How to update and delete Firestore documents using a Flutter app.

5
hot_restart_example JohannesMilke/hot_restart_example

How to use Flutter Hot Reload and Hot Restart to update your app UI and rebuild your whole Flutter app.

5
ios_tab_bar_example JohannesMilke/ios_tab_bar_example

Create an iOS Bottom Navigation Bar and iOS Tab Bar in Flutter by using the CupertinoTabBar, CupertinoTabScaffold and the CupertinoTabView.

5
tab_bar_example JohannesMilke/tab_bar_example

Create a Tabbed AppBar in Flutter with tabs inside the TabBar and TabBarView widget.

5
listwheel_scrollview JohannesMilke/listwheel_scrollview

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

5