JohannesMilke

JohannesMilke

👤 Developer

487 repositories on SrcLog

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

Repositories (487)

aspect_ratio JohannesMilke/aspect_ratio

How to use the Aspect Ratio in Flutter to give widgets a dynamic width and height and make them responsive.

7
upload_firebase JohannesMilke/upload_firebase

Upload Images to Firebase Storage with Flutter. Also, upload any files to Firebase by picking images, videos, pdfs or any other file.

7
date_time_picker JohannesMilke/date_time_picker

How to use the Date Picker and Time Picker in Flutter to pick a single date, a time or a range of dates.

7
flutter_clean_code_data_layer JohannesMilke/flutter_clean_code_data_layer

Learn how to write clean code architecture in Flutter. The Data Layer contains the repository implementations and it maps the raw data into model objects using JSON serialization methods.

7
overlay_widget_example JohannesMilke/overlay_widget_example

How to create a Scrolling Overlay Widget on top of other widgets in Flutter.

7
slider_example JohannesMilke/slider_example Dart

Create a Slider in Flutter as a horizontal or vertical Slider with different colors, shapes, and with custom labels.

7
future_builder JohannesMilke/future_builder

How to use the FutureBuilder correctly in Flutter to wait for data before displaying the data inside your Flutter app.

7
settings_menu_example JohannesMilke/settings_menu_example Dart

Show a Flutter Settings Menu with different choices by clicking on a Popup Menu Button in Flutter.

7
neon_light_effect JohannesMilke/neon_light_effect

How to create a NEON LIGHT Button with Flutter. This Flutter Neon Button effect uses shadows and a darker background to create neon colors.

7
youtube_player JohannesMilke/youtube_player

Play YouTube videos inside your Flutter app using the Flutter Youtube Player, a video player with full screen support and video controls.

7
phone_calls_example JohannesMilke/phone_calls_example

How to make a direct phone call in Flutter by calling any phone number.

7
firebase_setup_web JohannesMilke/firebase_setup_web HTML

Let's setup Firebase​​ for our Flutter​​ app on Android​, iOS​ and Flutter Web. Setup Firebase to use Firebase products.

7
custom_paint_ii_example JohannesMilke/custom_paint_ii_example Dart

With the Flutter Custom Paint Widget, you can draw on a Canvas to control every pixel you are painting on the screen in Flutter.

7
purchases_example JohannesMilke/purchases_example

How to use in Flutter In-App Purchases on Android & iOS to buy coins and subscriptions in Flutter.

7
desktop_drop_example JohannesMilke/desktop_drop_example

Use Flutter Desktop to drag and drop files easily to another location in Flutter.

7
scroll_to_hide_example JohannesMilke/scroll_to_hide_example

Use Flutter to hide the Bottom Navigation Bar on scroll with a hide show animation in Flutter.

7
password_field_example JohannesMilke/password_field_example Dart

Toggle the visibility of a password field in Flutter and also learn how to autofill email and password within the form widget.

7
datetime_picker JohannesMilke/datetime_picker

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

6
google_sheets_read_example JohannesMilke/google_sheets_read_example

Use the Flutter Google Sheets API to read and fetch data from the rows and columns of the Google Spreadsheets in Flutter.

6
show_hide_appbar_fab JohannesMilke/show_hide_appbar_fab

To show/hide AppBar and Floating Action Button on scroll in Flutter use a SliverAppBar to create a Flutter collapsing toolbar animation.

6
layout_builder_responsive JohannesMilke/layout_builder_responsive

How to create responsive designs using the LayoutBuilder in Flutter.

6
linter_rules JohannesMilke/linter_rules

Use Linting to set some standard rules for your Flutter code and keep the written code clean and organized.

6
simple_video_player JohannesMilke/simple_video_player

How to play videos in your Flutter app using the video player package. Play videos stored on the file system, as an asset, or from the internet.

6
cached_net_image JohannesMilke/cached_net_image

How to cache images in Flutter using the Cached Network Image package.

6
top_10_widgets JohannesMilke/top_10_widgets

These are the most useful TOP 10 Widgets that really every Flutter Developer should know.

6
migration_null_safety JohannesMilke/migration_null_safety Dart

Migrate your Flutter App to Null Safety since Flutter 2.0 became null safe.

6
animations_fadethrough_example JohannesMilke/animations_fadethrough_example Dart

Learn how to switch & animate between pages with the fade through animation in Flutter.

6
animations_sharedaxis_example JohannesMilke/animations_sharedaxis_example Dart

Let's create a beautiful shared axis transition animation for pages & widgets in Flutter.

6
animated_switcher_example JohannesMilke/animated_switcher_example Dart

With the Animated Switcher you can change between widgets with the help of custom-built animations in Flutter.

6
banner_example JohannesMilke/banner_example Dart

Create easily a rotated text banner for your cards in Flutter. Within the banner, you can display extra information for your card.

6