JohannesMilke

JohannesMilke

👤 Developer

487 repositories on SrcLog

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

Repositories (487)

dialog_with_textfield JohannesMilke/dialog_with_textfield

How to create a Flutter Popup Dialog with a TextField.

2
dialog_set_state JohannesMilke/dialog_set_state

How to call all setState within a Popup Alert Dialog in Flutter using the Stateful Builder.

2
quick_actions_example JohannesMilke/quick_actions_example

How to create home screen quick actions and app shortcuts on Android & iOS in Flutter.

2
sliding_segmented_control_example JohannesMilke/sliding_segmented_control_example

Create an iOS Cupertino Sliding Segmented Control widget in Flutter.

2
mask_texts_example JohannesMilke/mask_texts_example

Mask a Text with an Image in Flutter by using the ShaderMask and ImageShader to create a clipping mask with Flutter.

2
flip_3d_card_animation JohannesMilke/flip_3d_card_animation

Create a horizontal 3D Flipping Card Animation with different back and front images in Flutter.

2
android_native_code_ii JohannesMilke/android_native_code_ii

How to call Flutter code from Android Native Code to receive and stream data from Java and Kotlin.

2
inkwell JohannesMilke/inkwell

How to use the InkWell and GestureDetector Widgets in Flutter to listen to taps and add a Material Ripple Effect to your widgets.

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

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

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

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

2
tabbed_appbar JohannesMilke/tabbed_appbar

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

2
validate_forms JohannesMilke/validate_forms

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

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

How to use the AppBar Widget in Flutter.

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

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

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

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

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

Learn how to write a clean code architecture in Flutter. The Presentation Layer is the final layer on top of the Data Layer and Domain Layer, the Presentation Layer creates the Flutter app UI.

2
flutter_operators JohannesMilke/flutter_operators

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

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

2
fontawesomeflutter JohannesMilke/fontawesomeflutter

Learn how to include a wide range of customizable icons in your Flutter app with Font Awesome package. Access thousands of icons, enjoy a seamless developer experience, and elevate your app's visual appeal.

2