JohannesMilke

JohannesMilke

👤 Developer

474 repositories on SrcLog

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

Repositories (474)

locate_adb_fix JohannesMilke/locate_adb_fix

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

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

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

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
google_fonts_example JohannesMilke/google_fonts_example Ruby

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

3
movieui_design_final JohannesMilke/movieui_design_final

Create a simple Movie App UI Design in Flutter. You find the starter code for this Flutter speedcode video here: https://drive.google.com/file/d/1G8qtZhnJNqyuGYcj5yFk4oEP1DC6rdzj/view?usp=sharing

2
purchases_example JohannesMilke/purchases_example

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

2
responsive_text JohannesMilke/responsive_text

Create Flutter responsive texts based on the device's screen size, using FittedBox widget and Flutter Screenutil package, that can help us to make a responsive text in Flutter.

2
horizontal_listview JohannesMilke/horizontal_listview

Create a scrollable horizontal ListView, a scrollable Row in Flutter with the ListView and SingleChildScrollView widgets in Flutter.

2
flutter_operators JohannesMilke/flutter_operators

How to use the Collection Operator, Spread Operator and Cascade Operator in Flutter.

2
web_scraping JohannesMilke/web_scraping

Build a Web Scraper in Flutter that uses HTTP Requests to get data from any website. Web Scrapping with Flutter is simple!

2
flutter_fluent_ui JohannesMilke/flutter_fluent_ui

Design beautiful native windows desktop apps using Flutter Fluent UI package.

2
listview JohannesMilke/listview

How to create a scrollable horizontal ListView and vertical ListView in Flutter. Create a scrollable Row and a scrollable Column in Flutter.

2
common_widgets JohannesMilke/common_widgets

How to use the basic Flutter widgets such as Scaffold, AppBar, NavigationBar, Image and FloatingActionButton in Flutter.

2
popup_menu JohannesMilke/popup_menu

Create an AppBar Dropdown Menu in Flutter using the Flutter Popup Menu Button that displays multiple menu list items in an AppBar.

2
constrained_box JohannesMilke/constrained_box

How to use the ConstrainedBox in Flutter to set the widget constraints with min width, max width, min height and max height in Flutter.

2
intrinsic_widget JohannesMilke/intrinsic_widget

To create layouts in Flutter you need to know the Intrinsic Height and Intrinisic Width widgets!

2
stepper_widget_example JohannesMilke/stepper_widget_example

Use the Stepper Widget in Flutter to step between widgets. Also use the horizontal multiple Stepper Widget in Flutter.

2
fractionally_sizedbox JohannesMilke/fractionally_sizedbox

How to use the FractionallySizedBox in Flutter to size widgets to a percentage of the width and height of the screen or parent widget.

2
limited_box JohannesMilke/limited_box

How to use the LimitedBox in Flutter to apply constraints for widgets only when the parent widget has unbounded constraints: Row, Column, ..

2
sizedbox_example JohannesMilke/sizedbox_example

Use the SizedBox in Flutter to add space between widgets or to give widgets a specific width and height.

2
sticky_headers_example JohannesMilke/sticky_headers_example

Add Sticky Headers to a ListView in Flutter that will stick to the top while the ListView is scrolled.

2
app_bar JohannesMilke/app_bar

How to use the AppBar Widget in Flutter.

2
listview_column_example JohannesMilke/listview_column_example

How to display nested ListViews and Columns in Flutter, use ListView inside Column, ListView inside ListView or SingleChildScrollView.

2
validate_forms JohannesMilke/validate_forms

How to validate forms in Flutter using a TextFormField to validate email and password TextFields.

2
tabbed_appbar JohannesMilke/tabbed_appbar

Create a Tabbed AppBar in Flutter with tabs inside the TabBar and TabBarView widget.

2
dropdown_menu JohannesMilke/dropdown_menu

How to create a simple Dropdown Menu in Flutter with a dropdown menu items list.

2
bottom_sheet JohannesMilke/bottom_sheet

Create a Bottom Sheet in Flutter. Adjust the height of the bottom sheet! Make the bottom sheet scrollable! Include rounded corners!

2
table_widget JohannesMilke/table_widget

How to create a Table Widget in Flutter to display data in columns, rows and cells.

2
willpopscope JohannesMilke/willpopscope

How to use the WillPopScope in Flutter to handle the back button press and detect if the current page is popped.

2