Johannes Milke (JohannesMilke)

JohannesMilke

Geek Repo

0

following

0

stars

Location:Germany - Kassel

Home Page:https://johannesmilke.com

Twitter:@JohannesMilke

Github PK Tool:Github PK Tool


Organizations
JohannesMilke-Sponsors

Johannes Milke's repositories

flutter_quil_example

Flutter Quill is a rich text editor for Flutter apps on Android and iOS.

flutter_connectivity_plus

Check if your Flutter app has Internet and if the app is connected to WiFi or cellular data network in Flutter.

Stargazers:9Issues:0Issues:0

serverpod_example

Create a simple Dart Server for your Flutter app using Serverpod. This Dart server is optimized for sharing the maximum amount of code between Flutter app and Dart server.

Stargazers:9Issues:0Issues:0

app_purchases

Create In App Purchases and Subscriptions in Flutter with RevenueCat for the iOS platform.

Stargazers:8Issues:0Issues:0

flutter_google_map

How to add Google Maps to your Flutter app to locate a place, set markers and more.

localization

Internationalize your Flutter app to multiple geographic locations and make users feel at home. Multiple language support in Flutter!

user_location

How to get the user current live location in Flutter and open this location in GoogleMaps.

every_app_needs_this

These are the most useful tips and tricks for Flutter apps! Every Flutter app needs an app icon, splash screen and onboarding screen!

flutter_clean_code_data_layer

Learn how to write clean code architecture in Flutter. The Data Layer contains the repository implementations and it maps the raw data into model objects using JSON serialization methods.

Stargazers:7Issues:0Issues:0

personal_profile

FlutterFlow is a powerful platform for Flutter developers to design and create Flutter apps with less code.With this platform we dont need to write that much code or even no code to design our Flutter apps.

slidable_list

How to swipe a ListTile widget to the right or left using Flutter Slidable package.

tinder_example

How to create a Flutter Tinder Clone with swiping cards and more in Flutter.

linter_rules

Use Linting to set some standard rules for your Flutter code and keep the written code clean and organized.

top_10_widgets

These are the most useful TOP 10 Widgets that really every Flutter Developer should know.

flutterfire_cli

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

Language:C++Stargazers:5Issues:2Issues:0

platform_specific_widgets

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

Stargazers:5Issues:0Issues:0

rive_animation

How to create beautiful animations in Flutter using Rive. Rive is an animation tool that could be used to load and display animations from the network or a file.

Language:C++Stargazers:5Issues:0Issues:0

simple_video_player

How to play videos in your Flutter app using the video player package. Play videos stored on the file system, as an asset, or from the internet.

Stargazers:5Issues:0Issues:0

top_design_trends

These are the best 4 trends for Flutter designs that every Flutter developer should know. Learn about Neumorphism, Glass Morphism, Neon Lights and more.

zoom_images

How to zoom images in Flutter and how to create pinch to zoom in Flutter.

flutter_native_splash_screen

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

call_native_code

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

dart_cloud_functions

Let's connect a Flutter app with your own backend server that is hosted using Dart Cloud Functions.

flutter_clean_code_domain_example

Learn how to write clean code in Flutter. The Domain Layer contains the core business logic, repositories and entity objects for your Flutter app.

flutter_fluent_ui

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

Stargazers:3Issues:0Issues:0

themes_example

Add Flutter Themes to your app to share colors and font styles throughout your Flutter app.

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.

Stargazers:2Issues:0Issues:0

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.

github_copilot

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