JohannesMilke

JohannesMilke

👤 Developer

487 repositories on SrcLog

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

Repositories (487)

popup_dialog JohannesMilke/popup_dialog

How to create a basic Popup Dialog in Flutter with action buttons to ask for user input.

3
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

3
date_time_rangepicker JohannesMilke/date_time_rangepicker

How to pick a date range in Flutter using the Date Range Picker dialog.

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

3
flip_3d_card_gestures JohannesMilke/flip_3d_card_gestures

Move and drag 3D Flipping Card with different back and front images in Flutter.

3
reorderable_listview JohannesMilke/reorderable_listview

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

3
row_overflow JohannesMilke/row_overflow

How to fix the Row Overflow in Flutter by wrapping the Row widgets to the next line or make widgets scroll horizontally in a ListView.

3
timeago_example JohannesMilke/timeago_example

How to format a DateTime in Flutter, create fuzzy timestamps and display localized DateTimes in different languages.

3
expanded_vs_flexible JohannesMilke/expanded_vs_flexible

Learn the difference between Expanded and Flexible Widgets in Flutter that are used in Columns and Rows.

3
drag_and_drop JohannesMilke/drag_and_drop

How to DRAG and DROP widgets in Flutter. The Draggable Widget in Flutter moves widgets around, drop these widgets inside the DragTarget.

3
flexible_widget JohannesMilke/flexible_widget

How to use the Flexible Widget in Flutter to take a flexible space in a Row or Column.

3
spinkit JohannesMilke/spinkit

How to create Loading Spinners and Progress Indicators in Flutter. Create Animated Loading Spinners by using the Flutter Spinkit Package.

3
spacer JohannesMilke/spacer

Use the Spacer Widget in Flutter to add space between widgets inside a Column or Row. Learn the difference SizedBox vs Spacer in Flutter.

3
wrap_widget JohannesMilke/wrap_widget

How to Wrap Widgets to the next line in Flutter and fix the Row Overflow error.

3
list_spread_operator JohannesMilke/list_spread_operator

How to use the Spread Operator in Flutter and Dart to insert a list of items into another list in Flutter.

3
cascade_operator JohannesMilke/cascade_operator

How to use the Cascade Operator with two dots (..) in Flutter and Dart to make a sequence of operations on the same object.

3
flutter_clean_code_domain_example JohannesMilke/flutter_clean_code_domain_example

Learn how to write clean code in Flutter. The Domain Layer contains the core business logic, repositories and entity objects for your Flutter app.

3
build_context_ii JohannesMilke/build_context_ii

What is the BuildContext in Flutter and how to use the Flutter Builder Widget.

3
themes_example JohannesMilke/themes_example

Add Flutter Themes to your app to share colors and font styles throughout your Flutter app.

3
expandable_fab_menu JohannesMilke/expandable_fab_menu

Create an expandable Floating Action Button with the Speed Dial menu in Flutter. Expand to multiple smaller Floating Action Buttons.

3
github_copilot JohannesMilke/github_copilot

How to use GitHub Copilot for Flutter to autocomplete Flutter code inside VSCode or Android Studio IDEs.

3
flutter_fluent_ui JohannesMilke/flutter_fluent_ui

Design beautiful native windows desktop apps using Flutter Fluent UI package.

3
horizontal_listview JohannesMilke/horizontal_listview

Create a scrollable horizontal ListView, a scrollable Row in Flutter with the ListView and SingleChildScrollView widgets in Flutter.

3
responsive_text JohannesMilke/responsive_text

Create Flutter responsive texts based on the device's screen size, using FittedBox widget and Flutter Screenutil package, that can help us to make a responsive text in Flutter.

3
url_launcher_iii_example JohannesMilke/url_launcher_iii_example

Learn how to use the Flutter URL Launcher to open URLs in the web browser or within an App WebView. This tutorial covers the steps to implement URL handling on Android and iOS platforms in your Flutter apps.

3
http_example JohannesMilke/http_example

We build a Flutter app that uses HTTP Requests to make GET, POST, PUT and DELETE requests. We use the HTTP package to load json data from a REST API. We also format the received data and decode the JSON to a model class.

3
widget_size_example JohannesMilke/widget_size_example Dart

Determine the Widget Size, Width, Height, and also the Position of a Widget in Flutter.

2
flutter_appstore_playstore JohannesMilke/flutter_appstore_playstore Ruby

Create Flutter Projects with the correct bundle id & package name to publish your Flutter app on PlayStore & AppStore.

2
press_back_example JohannesMilke/press_back_example

Use Flutters WillPopScope widget to listen to back button presses such as press back again to exit Flutter app.

2
animated_crossfade_example JohannesMilke/animated_crossfade_example Dart

The AnimatedCrossFade Widget allows you to animate smoothly between two widgets in Flutter.

2