JohannesMilke

JohannesMilke

👤 Developer

474 repositories on SrcLog

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

Repositories (474)

page_view JohannesMilke/page_view

How to use the PageView in Flutter to swipe between pages horizontally and vertically. Also change pages using the Flutter PageController.

4
expansion_panel_list JohannesMilke/expansion_panel_list

How to create an Expansion Panel in Flutter to expand and collapse list items using the Flutter Expansion Panel List.

4
shared_preferences JohannesMilke/shared_preferences

How to store and load data using Flutter Shared Preferences. Persist json and objects permanently using Flutter Data Persistence.

4
uuid_example JohannesMilke/uuid_example

How to use the UUID Package in Flutter to generate unique ids in your Flutter app.

4
reorderable_listview JohannesMilke/reorderable_listview

Reorder a List by drag and drop in Flutter using the Flutter ReorderableListView.

4
single_child_scroll_view JohannesMilke/single_child_scroll_view

Use the SingleChildScrollView in Flutter to make a single widget scrollable, learn when it is not scrollable and when it is scrollable.

4
expanded_widget JohannesMilke/expanded_widget

How to use the Expanded Widget in Flutter inside a Row or Column. Don't use this Flexible Widget or Expanded Widget inside a ListView!

4
pull_to_refresh_listview JohannesMilke/pull_to_refresh_listview

Add a Pull-to-Refresh to a ListView in Flutter. The Flutter Refresh Indicator allows to refresh and load data from a server using HTTP GET.

4
null_safety JohannesMilke/null_safety

How to use ?, !, ??, late with Null Safety in Flutter / Dart.

4
fitted_box JohannesMilke/fitted_box

The FittedBox widget in Flutter fits a widget into the available space of another widget.

4
markdown_example JohannesMilke/markdown_example

How to display Markdown in Flutter using the Flutter Markdown Package and Markdown Widget.

4
web_view JohannesMilke/web_view

How to embed websites into your Flutter app using the WebView with javascript support in Flutter.

4
firebase_auth_email_ii JohannesMilke/firebase_auth_email_ii

Use Firebase Authentication to sign up a user via email and password to your Flutter app using Firebase Auth.

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
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_write JohannesMilke/firebase_crud_write

Write data to Cloud Firestore Database using a Flutter app. We create a document with Firebase and write json data to the Firestore Database

4
datetime_picker JohannesMilke/datetime_picker

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

4
time_picker JohannesMilke/time_picker

Pick a time using the Flutter Time Picker dialog.

4
firebase_auth_ui JohannesMilke/firebase_auth_ui

How to add a complete Firebase Authentication Flow to a Flutter app with SignUp, SignIn, Phone Auth, Google SignIn, etc.

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

4
firestore_pagination JohannesMilke/firestore_pagination

How to load Firestore documents by pagination and infinite scrolling using a Flutter app.

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

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

4
internationalization_app JohannesMilke/internationalization_app

How to translate texts into any language using Flutter Internationalization and Localization to create a multi language Flutter app.

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

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

4