JohannesMilke

JohannesMilke

👤 Developer

487 repositories on SrcLog

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

Repositories (487)

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.

5
google_translate JohannesMilke/google_translate

How to translate texts to different languages with Google Translate in Flutter. We use both Google Translation without and with API Key.

5
internationalization_app JohannesMilke/internationalization_app

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

5
adaptive_widgets JohannesMilke/adaptive_widgets

Use Adaptive Widgets in Flutter to display Android or iOS specific widgets, so called Platform Aware Widgets on each device in Flutter.

5
ios_tab_bar_example JohannesMilke/ios_tab_bar_example

Create an iOS Bottom Navigation Bar and iOS Tab Bar in Flutter by using the CupertinoTabBar, CupertinoTabScaffold and the CupertinoTabView.

5
sliver_appbar JohannesMilke/sliver_appbar

The SliverAppBar in Flutter shows/hides the AppBar on scroll and creates a collapsing toolbar animation in Flutter.

5
top_10_flutter JohannesMilke/top_10_flutter

These are the best Flutter Widgets if you want to create responsive layouts for your Flutter app.

5
pinch_zoom_image JohannesMilke/pinch_zoom_image

Flutter Pinch To Zoom. Add Pinch To Zoom to zoom in and out images with the Flutter InteractiveViewer Widget.

5
progress_button_animation JohannesMilke/progress_button_animation

Build a beautiful Progress Button Animation in Flutter, a Flutter animated button with a loading spinner.

5
pigeon_android_native_code JohannesMilke/pigeon_android_native_code

How to generate Android Native Code with the Flutter Pigeon Package and call Java or Kotlin Native Code with Flutter.

5
snapping_sheet_example JohannesMilke/snapping_sheet_example

Create a snapping modal bottom sheet in Flutter that snaps to different positions.

5
instagram_like_example JohannesMilke/instagram_like_example

Let's create the Instagram Like Animation Button, a bouncing heart animation as an Instagram UI Clone in Flutter.

5
check_connection_example JohannesMilke/check_connection_example

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

5
layout_basics_stack_example JohannesMilke/layout_basics_stack_example Dart

Stack widgets display multiple widgets on top of each other in Flutter.

5
barcode_app_example JohannesMilke/barcode_app_example

Generate Flutter Barcodes to share data whereas other people use the Flutter Barcode Scanner App to retrieve this data.

5
flutter_boxes JohannesMilke/flutter_boxes

How to use all Flutter Boxes such as SizedBox, LimitedBox, ConstrainedBox and FractionallySizedBox in Flutter.

5
value_key JohannesMilke/value_key

Use the Flutter Value Key to preserve the state of Stateful Widgets while they are moving around within your Widget tree in Flutter.

5
future JohannesMilke/future

Handle Futures with async and await in Flutter and Dart.

5
platform_specific_widgets JohannesMilke/platform_specific_widgets

Use Platform Specific Widgets in Flutter to show different widgets for Android and iOS depending on the platform.

5
background_image JohannesMilke/background_image

How to set a Screen Background Image in Flutter. Darken the image and apply a gradient effect on top of your Flutter background image.

5
flutterfire_cli JohannesMilke/flutterfire_cli C++

Learn how to use FlutterFire CLI to integrate Firebase into your Flutter project on your target platform with simple commands instead of manual work.

5
flutter_native_splash_screen JohannesMilke/flutter_native_splash_screen

Integrate Native Splash Screen to your Flutter app for Android & iOS by using the Flutter Native Splash Package.

5
fvm_flutter_example JohannesMilke/fvm_flutter_example

Use Flutter Version Management (FVM) to manage multiple Flutter projects with different versions. With Flutter Version Management you can switch fast between Flutter channels.

5
password_generator_example JohannesMilke/password_generator_example

Learn how to create a strong random password generator in Flutter.

5
cached_images_example JohannesMilke/cached_images_example

Use the Flutter Cached Network Image to download and cache network images to your local file storage in Flutter.

5
before_after_example JohannesMilke/before_after_example HTML

The Flutter Before and After Slider showcases the differences between the two images in Flutter.

5
toggle_button_example JohannesMilke/toggle_button_example Dart

With Toggle Buttons users can select one or multiple buttons from a variety of related buttons in Flutter.

5
json_serializable_example JohannesMilke/json_serializable_example

Learn how to convert JSON to Dart and Object To JSON with the package JSON Serializable in Flutter.

5
key_global_example JohannesMilke/key_global_example Dart

With the Flutter Global Key, you can access the state of Stateful Widgets in Flutter.

5
statusbar_visibility_example JohannesMilke/statusbar_visibility_example HTML

Learn how to hide the status bar in Flutter and also how to show the status bar again on Android & iOS.

5