JohannesMilke

JohannesMilke

👤 Developer

474 repositories on SrcLog

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

Repositories (474)

call_native_code JohannesMilke/call_native_code

How to call in Flutter Native Code on Android and iOS devices.

3
flutter_clean_code_presentation_layer JohannesMilke/flutter_clean_code_presentation_layer

Learn how to write a clean code architecture in Flutter. The Presentation Layer is the final layer on top of the Data Layer and Domain Layer, the Presentation Layer creates the Flutter app UI.

3
build_context_ii JohannesMilke/build_context_ii

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

3
dart_cloud_functions JohannesMilke/dart_cloud_functions

Let's connect a Flutter app with your own backend server that is hosted using Dart Cloud Functions.

3
vertical_listview JohannesMilke/vertical_listview

Create a scrollable vertical ListView, a scrollable Column in Flutter with the ListView and SingleChildScrollView widgets in Flutter.

3
sliver_appbar JohannesMilke/sliver_appbar

The SliverAppBar in Flutter shows/hides the AppBar on scroll and creates a collapsing toolbar animation 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
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
wrap_widget JohannesMilke/wrap_widget

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

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

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

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

How to clip widgets using ClipPath and Bezier Curves in Flutter. Also use the ClipPath Generator tool ShapeMaker to create custom paths.

3
timeago_example JohannesMilke/timeago_example

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

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

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

3
date_time_rangepicker JohannesMilke/date_time_rangepicker

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

3
popup_dialog JohannesMilke/popup_dialog

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

3
checkbox JohannesMilke/checkbox

How to create a Checkbox in Flutter. Also create a Checkbox ListTile inside of your 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
expansion_tile JohannesMilke/expansion_tile

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

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

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

3
lottie_example JohannesMilke/lottie_example

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

3
autocomplete_example JohannesMilke/autocomplete_example

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

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

3
share_button_example JohannesMilke/share_button_example

Create a share button in Flutter to share data with WhatsApp, Facebook, Twitter, Instagram on Android, iOS and Flutter Web.

3