JohannesMilke

JohannesMilke

👤 Developer

474 repositories on SrcLog

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

Repositories (474)

update_package_and_bundle JohannesMilke/update_package_and_bundle Ruby

Change the package name & bundle identifier of an existing Flutter project to publish your Flutter app on PlayStore & AppStore.

2
app_name_web_example JohannesMilke/app_name_web_example

Learn how to change the App Name and App Icon for your Flutter Web App.

2
copy_clipboard_example JohannesMilke/copy_clipboard_example

How to copy text to the Clipboard in Flutter and how to paste from the clipboard in Flutter.

2
install_packages_example JohannesMilke/install_packages_example

Install External Third-Party Flutter Packages to get some extra functionality for your Flutter app.

2
safearea_example JohannesMilke/safearea_example HTML

Flutter's SafeArea Widget keeps the system UI such as the status bar separated from your widgets on Android & iOS.

2
key_unique_example JohannesMilke/key_unique_example Dart

Use the Flutter Unique Key To Preserve the state of Stateful Widgets if they moved around in the Widget tree.

2
hide_show_keyboard_example JohannesMilke/hide_show_keyboard_example

Show and hide the keyboard programmatically in Flutter by using focus, unfocus or autofocus for your TextField.

2
key_value_example JohannesMilke/key_value_example Dart

With the Flutter Value Key, you can preserve the state of Stateful Widgets while they are moving around within your Widget tree.

2
keyboard_visibility_example JohannesMilke/keyboard_visibility_example

Check and detect if the Keyboard is opened or closed in Flutter with the Keyboard Visbility Package.

2
dimiss_keyboard_example JohannesMilke/dimiss_keyboard_example

Dismiss the keyboard and hide the keyboard in Flutter when touched outside, onTap or on Scroll.

2
animated_crossfade_example JohannesMilke/animated_crossfade_example Dart

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

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
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
widget_size_example JohannesMilke/widget_size_example Dart

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

2
drag_and_drop_stacked JohannesMilke/drag_and_drop_stacked

How to DRAG and DROP widgets in Flutter between two STACKS. Stacked items on top of each other can be dragged to another stack in Flutter.

1
platform_aware_widgets JohannesMilke/platform_aware_widgets

Use Platform Widgets in Flutter to create a complete Flutter app with iOS Cupertino design and Android Material design.

1
animated_text JohannesMilke/animated_text

Display animated texts in Flutter using Animated TextKit. Create a moving text animation in Flutter, animate text style, animate text color, animate text size and more.

1
null_safety_all JohannesMilke/null_safety_all

Learn everything about Flutter Null Safety & Dart Null Safety.

1
github_copilot JohannesMilke/github_copilot

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

1
listview_sort_example JohannesMilke/listview_sort_example

Sort a ListView alphabetically in Flutter by AZ, date, name or any other value.

1
gradient_effect_example JohannesMilke/gradient_effect_example

Create a linear gradient background color in Flutter for Button, Text, Container, AppBar widgets.

1
mask_images_example JohannesMilke/mask_images_example

How to mask any Image or Widget in Flutter by creating a transparent image layer and use this image layer to mask another image in Flutter.

1
show_hide_widgets JohannesMilke/show_hide_widgets

How to show or hide widgets programmatically in Flutter by using the Visibility Widget.

1
ios_native_code JohannesMilke/ios_native_code

How to call iOS Native Code from your Flutter app to access custom platform specific code written with Swift.

1
images_for_beginners JohannesMilke/images_for_beginners

Add images from a network url or from the assets into your Flutter app. Create square images, rounded images, circular images in Flutter.

1
hot_reload_example JohannesMilke/hot_reload_example

How do Flutter Hot Reload and Flutter Hot Restart work? Use shortcuts for Hot Reload & Hot Restart to build Flutter Apps faster.

1
layout_basics_row_example JohannesMilke/layout_basics_row_example Dart

Row widgets display multiple widgets horizontally next to each other in Flutter.

1
record_emulator_example JohannesMilke/record_emulator_example

Create a Flutter app preview by recording the screen of your Android Emulator. Create a mp4 video, gif or screenshot of your Flutter app.

1
hover_effects_example JohannesMilke/hover_effects_example

Build Flutter Hover Effects and Hover Animations for texts, buttons or any other widgets in Flutter Web.

1
random_number_example JohannesMilke/random_number_example

How to create a Random Number, a Random Number within a range and a Random Data List in Flutter.

1