JohannesMilke

JohannesMilke

👤 Developer

487 repositories on SrcLog

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

Repositories (487)

pass_data_example JohannesMilke/pass_data_example

Pass data between screens and widgets in Flutter. Pass data to Stateful Widgets and Stateless Widgets in Flutter.

3
audio_player_example JohannesMilke/audio_player_example

Make an Audio Player App and play audio within your Flutter app.

3
launch_email_example JohannesMilke/launch_email_example

Send an email via URL Launcher with Flutter to launch the default email app on your phone.

3
debug_banner_example JohannesMilke/debug_banner_example

Learn how to remove the Flutter Debug Banner which is displayed in the debug mode in Flutter.

3
safearea_example JohannesMilke/safearea_example HTML

Flutter's SafeArea Widget keeps the system UI such as the status bar separated from your widgets on Android & iOS.

3
floating_action_button_ii_example JohannesMilke/floating_action_button_ii_example Dart

Embed the FloatingActionButton in your Flutter BottomNavigationBar and use the FAB Button to promote primary actions in Flutter.

3
screenshot_example JohannesMilke/screenshot_example

How to take a screenshot of the screen in Flutter. Capture screenshots of widgets in Flutter.

3
ripple_effect_example JohannesMilke/ripple_effect_example

The Flutter Ripple Effect Animation gives the user a Touch Feedback if he taps on a widget in Flutter.

3
layout_basics_column_example JohannesMilke/layout_basics_column_example Dart

Column widgets display multiple widgets vertically. Build basic Flutter layouts and widgets such as Row, Column, and Stack in Flutter.

3
web_views_iii_example JohannesMilke/web_views_iii_example

Create a Flutter WebView App Example with Back Button, Cache, Refresh and Progress Indicator.

3
null_safety_short JohannesMilke/null_safety_short

How to use Null Safety and Null Checks in Flutter and Dart by using null aware operators, null check exclamation mark, etc. in Flutter.

3
scroll_to_index JohannesMilke/scroll_to_index

Scroll to a specific index or item in the ListView programmatically in Flutter.

3
flutter_logs_example JohannesMilke/flutter_logs_example

Show Flutter Logs even if app is closed and not connected to your IDE in Flutter.

3
open_settings_example JohannesMilke/open_settings_example

How to open App Settings and Device Settings in Flutter on Android & iOS. Open Location Settings, Notification Settings, Bluetooth Settings.

3
navigator_pop_replace JohannesMilke/navigator_pop_replace

Remove and replace multiple routes and screens by using Flutter routing and the Navigator pop all, pop until, push and remove until.

3
zoom_in_out_widget JohannesMilke/zoom_in_out_widget

Flutter Zoom Image. Zoom an image on double tap in Flutter with the Interactive Viewer widget.

3
build_context_example JohannesMilke/build_context_example

I answer the TOP 10 Flutter Questions asked by the Flutter community.

3
share_plus_example JohannesMilke/share_plus_example

How to share files, images, texts and urls in Flutter to other apps on your device such as Whatsapp, Facebook, Instagram and more.

3
willpopscope_example JohannesMilke/willpopscope_example

Use WillPopScope widget to handle back button pressed on Android and iOS in Flutter and detect if the user leaves the current screen.

3
deploy_custom_website JohannesMilke/deploy_custom_website

Publish and host Flutter Website on Custom Domain. Build, Release, Deploy Flutter Web App by publishing and hosting your Flutter Website.

3
ios_alert_dialog_example JohannesMilke/ios_alert_dialog_example

Create and show an iOS Alert Dialog in Flutter, a popup dialog that is called Cupertino Alert Dialog.

3
autocomplete_example JohannesMilke/autocomplete_example

How to autocomplete TextFields in Flutter by autofilling email, username, password, phone number in Flutter.

3
lottie_example JohannesMilke/lottie_example

Use Lottie Animations in Flutter to create beautiful animations for Android, iOS and Flutter Web.

3
prevent_screenshot_example JohannesMilke/prevent_screenshot_example

Block and prevent the user from taking screenshots and making video screen recordings in Flutter.

3
photo_gallery_example JohannesMilke/photo_gallery_example

How to create a simple Flutter Photo Gallery App with an image slider to go between images and to zoom images in Flutter.

3
add_packages_example JohannesMilke/add_packages_example

How to add Flutter packages from pub.dev to your Flutter project and to your pubspec yaml file.

3
firebase_setup JohannesMilke/firebase_setup

How to setup Firebase for Flutter on Android, iOS or Flutter Web to use Firebase services such as Firestore Database, Firebase Auth and more

3
expansion_tile JohannesMilke/expansion_tile

How to use an ExpansileTile in Flutter to expand and shrink your ListTile widgets in a ListView.

3
hero_widget JohannesMilke/hero_widget

How to use the Hero Widget in Flutter to animate an image from one page to another page.

3
checkbox JohannesMilke/checkbox

How to create a Checkbox in Flutter. Also create a Checkbox ListTile inside of your ListView.

3