JohannesMilke

JohannesMilke

👤 Developer

487 repositories on SrcLog

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

Repositories (487)

send_email_example JohannesMilke/send_email_example

Learn how to send an email in background with Flutter without using a backend.

4
flutter_colorpicker_example JohannesMilke/flutter_colorpicker_example

Add an Awesome Color Picker Dialog to your Flutter app to pick single and multiple colors easily in Flutter.

4
toast_example JohannesMilke/toast_example

How to display toast messages in Flutter and learn what the difference is to Flutter SnackBars.

4
selectable_text_ii_example JohannesMilke/selectable_text_ii_example Dart

Use the Flutter Selectable Text widget to highlight, select all and copy texts easily in Flutter.

4
key_object_example JohannesMilke/key_object_example Dart

The Flutter Object Key preserves the state of Stateful Widgets when you have similar data that moves around in the Widget tree.

4
dropzone_example JohannesMilke/dropzone_example

Learn how to create a Drag and Drop File Upload with Flutter Web to drop files easily into a dropzone in Flutter.

4
custom_scrollbar_example JohannesMilke/custom_scrollbar_example

How to create a custom scrollbar for ListViews and other scroll views in Flutter Web, Android and iOS.

4
scrolling_example JohannesMilke/scrolling_example

Scroll to any index in the ListView in Flutter and scroll to any position and item in the ListView programmatically in Flutter.

4
ios_navigation_bar_example JohannesMilke/ios_navigation_bar_example

Learn to add an iOS Navigation Bar with Large Titles in Flutter a so called Cupertino Navigation Bar.

4
flutter_buttons_example JohannesMilke/flutter_buttons_example

Use all new Flutter Buttons: Elevated Button, Text Button, Outlined Button in Flutter.

4
remove_web_hash_example JohannesMilke/remove_web_hash_example

How to remove the # hash symbol from the URL in Flutter Web on debug and production release mode in Flutter.

4
cupertino_forms_example JohannesMilke/cupertino_forms_example

Create and validate iOS Cupertino Forms in Flutter with Cupertino TextField Validation and Cupertino TextFormFields.

4
star_rating_example JohannesMilke/star_rating_example

Create a Stars Rating Bar in Flutter and show an in app rating dialog in Flutter.

4
alphabet_scroll_list_example JohannesMilke/alphabet_scroll_list_example

Create an alphabet scroll list with Flutter to jump quickly to character items within the AZ ListView.

4
link_widget_example JohannesMilke/link_widget_example

How to use the magical Flutter Link Widget to open urls with a clickable link for button or text widgets in Flutter.

4
tab_bar_example JohannesMilke/tab_bar_example

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

4
ios_context_menu_example JohannesMilke/ios_context_menu_example

Create an iOS Popup Context Menu in Flutter that is based on iOS SwiftUI and UIKit.

4
app_name_and_icon JohannesMilke/app_name_and_icon

Change App Icon and App Name in Flutter programmatically with the App Icon generator Flutter Launcher Icons.

4
convert_widget_to_image JohannesMilke/convert_widget_to_image

How to convert a Widget to an Image in Flutter. The widget could be invisible, offscreen and not displayed in the Flutter widget tree.

4
deploy_web_app JohannesMilke/deploy_web_app

Publish and host Flutter Website on GitHub Pages for FREE. Build, Release, Deploy Flutter Web App by publishing and hosting your Flutter Web

4
navigate_to_screen_example JohannesMilke/navigate_to_screen_example

Use push and pop operations to navigate to a new screen and back in Flutter by using the Flutter navigators push and pop routes with data.

4
image_button_example JohannesMilke/image_button_example

How to create a Button with an Image, a Text and a Material Ripple Effect in Flutter.

4
firestore_crud_update JohannesMilke/firestore_crud_update

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

4
navigation_bar JohannesMilke/navigation_bar

How to create the new Navigation Bar in Flutter that replaces the aged Flutter Bottom Navigation Bar.

4
appbar_transparent_example JohannesMilke/appbar_transparent_example

Create a transparent AppBar in Flutter and show a background image or display the body under the AppBar of the Scaffold Widget in Flutter.

4
ios_cupertino_picker_example JohannesMilke/ios_cupertino_picker_example

Create a Cupertino Picker and iOS Picker View in Flutter to pick items from a scrolling list.

4
time_picker JohannesMilke/time_picker

Pick a time using the Flutter Time Picker dialog.

4
favicon_web_example JohannesMilke/favicon_web_example

How to add a Favicon in Flutter and set a custom Flutter Web App Icon.

4
firebase_crud_read JohannesMilke/firebase_crud_read

Read data and get documents from Cloud Firestore using a Flutter app. Also get a single document by id from Firestore.

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

4