JohannesMilke

JohannesMilke

👤 Developer

487 repositories on SrcLog

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

Repositories (487)

web_view JohannesMilke/web_view

How to embed websites into your Flutter app using the WebView with javascript support in Flutter.

4
markdown_example JohannesMilke/markdown_example

How to display Markdown in Flutter using the Flutter Markdown Package and Markdown Widget.

4
fitted_box JohannesMilke/fitted_box

The FittedBox widget in Flutter fits a widget into the available space of another widget.

4
null_safety JohannesMilke/null_safety

How to use ?, !, ??, late with Null Safety in Flutter / Dart.

4
expanded_widget JohannesMilke/expanded_widget

How to use the Expanded Widget in Flutter inside a Row or Column. Don't use this Flexible Widget or Expanded Widget inside a ListView!

4
single_child_scroll_view JohannesMilke/single_child_scroll_view

Use the SingleChildScrollView in Flutter to make a single widget scrollable, learn when it is not scrollable and when it is scrollable.

4
uuid_example JohannesMilke/uuid_example

How to use the UUID Package in Flutter to generate unique ids in your Flutter app.

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

4
shared_preferences JohannesMilke/shared_preferences

How to store and load data using Flutter Shared Preferences. Persist json and objects permanently using Flutter Data Persistence.

4
expansion_panel_list JohannesMilke/expansion_panel_list

How to create an Expansion Panel in Flutter to expand and collapse list items using the Flutter Expansion Panel List.

4
page_view JohannesMilke/page_view

How to use the PageView in Flutter to swipe between pages horizontally and vertically. Also change pages using the Flutter PageController.

4
vertical_listview JohannesMilke/vertical_listview

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

4
git_pull_request JohannesMilke/git_pull_request

How to create a simple Pull Request using GitHub and the command line for adding e.g. a Flutter project to a GitHub repository.

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

4
page_storage_key JohannesMilke/page_storage_key

How to preserve the scroll position in a ListView in Flutter by using the Flutter Page Storage Key.

4
futures_streams JohannesMilke/futures_streams

How to use Futures, FutureBuilder and StreamBuilder in Flutter. Handle Streams and Futures with async and await in Flutter and Dart.

4
call_native_code JohannesMilke/call_native_code

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

4
navigator_listview JohannesMilke/navigator_listview

Create a ListView with navigation to a second screen in Flutter. When a ListView item is clicked we navigate to another screen.

4
common_widget_2 JohannesMilke/common_widget_2

How to use the basic Flutter widgets such as TabBar, Column, Row, Container and ElevatedButton in Flutter.

4
animated_container_project JohannesMilke/animated_container_project

Create powerful animations in Flutter by using the AnimatedContainer. The AnimatedContainer widget allows you to effortlessly animate changes to its properties, resulting in dynamic and visually appealing mobile apps.

4
firebase_setup_android JohannesMilke/firebase_setup_android HTML

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

3
google_fonts_example JohannesMilke/google_fonts_example Ruby

With Flutter, you can add Custom Fonts & Google Fonts to your Flutter project easily.

3
change_app_name JohannesMilke/change_app_name HTML

Use Flutter to change the App Display Name on Android & iOS automatically, also learn how you can change the app name manually.

3
card_ii_example JohannesMilke/card_ii_example

Create Flutter Card Widget designs with images, buttons, texts, borders, size and padding in Flutter.

3
equatable_example JohannesMilke/equatable_example Dart

With Flutter Equatable you can easily & automatically compare objects instead of overriding the hashcode and equals methods.

3
locate_adb_fix JohannesMilke/locate_adb_fix

Fix Unable to locate ADB error in Android Studio for each new Flutter project.

3
statefulwidget_lifecycle_example JohannesMilke/statefulwidget_lifecycle_example Dart

Let's explore how the Stateful Widget Lifecycle works in detail and how to react to changes of widgets in Flutter.

3
read_more_example JohannesMilke/read_more_example

Use Flutter to create a Read More text button and Show More text button in Flutter.

3
launcher_app_icon_example JohannesMilke/launcher_app_icon_example Ruby

Learn how to use Flutter Launcher Icons to change your Flutter App Icon on Android & iOS easily & quickly.

3
install_github_packages_example JohannesMilke/install_github_packages_example

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

3