JohannesMilke

JohannesMilke

👤 Developer

474 repositories on SrcLog

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

Repositories (474)

autosize_text_example JohannesMilke/autosize_text_example Dart

Learn to create responsive text layouts for Flutter mobile & web with Flutter Auto Size Text.

7
badge_example JohannesMilke/badge_example Dart

With Flutter Badges you can display Notification Badges for Navigation Bars and all other widgets in Flutter.

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.

6
parallax_scrooling_effect JohannesMilke/parallax_scrooling_effect

How to create the Parallax Scrolling Effect in Flutter. Use the Parallax Scrolling Animation for images in your Flutter app.

6
user_location JohannesMilke/user_location

How to get the user current live location in Flutter and open this location in GoogleMaps.

6
tinder_example JohannesMilke/tinder_example

How to create a Flutter Tinder Clone with swiping cards and more in Flutter.

6
slidable_list JohannesMilke/slidable_list

How to swipe a ListTile widget to the right or left using Flutter Slidable package.

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

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

6
quiz_app JohannesMilke/quiz_app

This Flutter Quiz App has questions with each 4 options. Tap on an option and it will turn green or red depending on if the anwer is correct

6
cached_net_image JohannesMilke/cached_net_image

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

6
every_app_needs_this JohannesMilke/every_app_needs_this

These are the most useful tips and tricks for Flutter apps! Every Flutter app needs an app icon, splash screen and onboarding screen!

6
neumorphic_button JohannesMilke/neumorphic_button

How to create a Neumorphism button in Flutter. Neumorphism designs consist of two shadows - one outer shadow and one inner shadow.

6
liquid_swipe_example JohannesMilke/liquid_swipe_example

How to add a Liquid Swipe Onboarding Screen in Flutter.

6
null_aware JohannesMilke/null_aware

How to use Null Aware Operators in Flutter / Dart to access, spread and assign nullable variables using ?., ??, ??=, ...? operators.

6
media_query_responsive JohannesMilke/media_query_responsive

How to create responsive designs using the MediaQuery in Flutter.

6
orientation_example JohannesMilke/orientation_example

How to use the Flutter OrientationBuilder and MediaQuery to create responsive designs for mobile phone, tablet, web and desktop in Flutter.

6
return_data_example JohannesMilke/return_data_example

How to pass data back in Flutter to the previous screen.

6
desktop_drop_example JohannesMilke/desktop_drop_example

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

6
horizontal_listview_example JohannesMilke/horizontal_listview_example

Create a scrollable horizontal ListView, a scrollable Row in Flutter with the ListView widget or the Flutter SingleChildScrollView widget.

6
android_native_code JohannesMilke/android_native_code

How to call Android Native Code from your Flutter app to access custom platform specific code written with Java and Kotlin.

6
url_launcher_ii_example JohannesMilke/url_launcher_ii_example

How to use the Flutter URL Launcher to open URLs in the Web Browser or to open URLs in an App WebView in Flutter.

6
animated_fab_menu_example JohannesMilke/animated_fab_menu_example

How to create a beautiful animated Floating Action Button Menu in Flutter using the Flow widget.

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

How to screen mirror your phone with Flutter. Screen Mirroring your Android phone or your iPhone with Flutter is simple!

6
image_sliders_example JohannesMilke/image_sliders_example

Build an Image Slider Carousel in Flutter with indicator and dots, and add to the image slideshow an autoplay animation.

6
check_connection_example JohannesMilke/check_connection_example

Check the Internet Connectivity in Flutter and determine changes between Wifi and Mobile Networks in Flutter.

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

Create a Flutter CheckBox List or a Flutter CheckBox Group to toggle single & multiple CheckBoxes in your Flutter app.

6
orientation_builder_example JohannesMilke/orientation_builder_example Dart

The Orientation Builder allows you to change between Portrait & Landscape mode for better tablet & phone UIs in Flutter.

6