Topic

apps

Repositories (1817)

key_object_example
key_object_example JohannesMilke Dart

The Flutter Object Key preserves the state of Stateful Widgets when you have similar data that moves around in the Widget tree.

4
Faena-App--
Faena-App-- cmadrid2705 Dart

Aplicación móvil para contratar servicios de belleza.

4
dropzone_example
dropzone_example JohannesMilke

Learn how to create a Drag and Drop File Upload with Flutter Web to drop files easily into a dropzone in Flutter.

4
grouped_listview
grouped_listview JohannesMilke

Use the Grouped ListView in Flutter to group list items into sections. Each section could have a Flutter sticky header.

4
web_view
web_view JohannesMilke

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

4
markdown_example
markdown_example JohannesMilke

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

4
fitted_box
fitted_box JohannesMilke

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

4
null_safety
null_safety JohannesMilke

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

4
expanded_widget
expanded_widget JohannesMilke

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
single_child_scroll_view JohannesMilke

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
uuid_example JohannesMilke

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

4
clip_path
clip_path JohannesMilke

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
shared_preferences JohannesMilke

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

4
Temanolga
Temanolga luthfi11 Kotlin

Social media application for searching sport friends. Android kotlin with firebase API services.

4
scrolling_example
scrolling_example JohannesMilke

Scroll to any index in the ListView in Flutter and scroll to any position and item in the ListView programmatically in Flutter.

4
appbar_ii_example
appbar_ii_example JohannesMilke

Let's learn everything about the AppBar widget in Flutter and let's also create a transparent AppBar.

4
zsh-apps
zsh-apps luismayta Shell
4
precache_images_example
precache_images_example JohannesMilke

Use Flutter to precache images into your cache with the Cached Network Image before displaying them in your UI.

4
animations_fade_example
animations_fade_example JohannesMilke Dart

Let's fade in and fade out widgets such as dialogs, buttons, or also other widgets you like to animate in Flutter.

4
drag_select_gridview_example
drag_select_gridview_example JohannesMilke Dart

Create a Flutter Gridview that supports both dragging and selecting items in Flutter.

4
expansion_panel_list
expansion_panel_list JohannesMilke

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

4
page_view
page_view JohannesMilke

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

4
persistent_bottom_sheet_example
persistent_bottom_sheet_example JohannesMilke

Create a Flutter Persistent Bottom Sheet to display additional information that doesn't fit anymore on the screen in Flutter.

4
XAMPP-Anywhere
XAMPP-Anywhere Kojimo Perl

Yet another XAMPP portable version

4
lespy
lespy natanfeitosa Python

A small and robust python micro framework for building simple and solid web apps.

4
send_email_ii_example
send_email_ii_example JohannesMilke

Fastest way to send an email via http from your Flutter app by using any email provider in Flutter.

4
wakelock_example
wakelock_example JohannesMilke

Prevent Flutter App from sleeping, keep the screen awake with Wakelock in Flutter.

4
Portable-store.net
Portable-store.net Portable-store C#

Easily download/update portable applications in restricted environments.

4
BMI_Calculator
BMI_Calculator zobayerdev Java

It's a BMI Calculator. You can measurement your bmi.

4
revoke-all-android-apps-permissions
revoke-all-android-apps-permissions ibilux Shell

A script to revoke all user installed apps permissions in android

4
animated_list_ii_example
animated_list_ii_example JohannesMilke

Create a Flutter Animated List & Todo List whereas the items are animated while you insert or remove list items in Flutter.

4
my-software-setup
my-software-setup itsdevdom

My personal computer setup.

4
Google-Play-Store-Analysis
Google-Play-Store-Analysis halmonchaquayla Jupyter Notebook

Build a model with a high accuracy on predicting the amount of installs for certain applications on the Google Play Store.

4
system_navigationbar_color_example
system_navigationbar_color_example JohannesMilke Dart

Use Flutter to hide your system navigation bar on Android and also learn how to change the color of your system navigation bar.

4
nativescript-buildhelper
nativescript-buildhelper holisticon TypeScript

Package moved:

4
range_slider_example
range_slider_example JohannesMilke Dart

Create Range Sliders to select multiple values from a range of values in Flutter.

4
Third-Party-App
Third-Party-App LinJinKang

厌烦了官方APP的臃肿和广告?你需要第三方APP!

4
my_linux_staff
my_linux_staff R3D9477 Shell

set of scripts and some workarounds to keep life a bit easier

4
trips_flutter_app
trips_flutter_app iambaljeet Dart

A mobile application for trip booking developed in Flutter for all platforms Android, iOS and Web.

4
exit_app_example
exit_app_example JohannesMilke Dart

Double Tap to close the app and also learn how to programmatically exit the app by listening to the BackButton in Flutter.

4
GAPPS-AROMA-Debloater
GAPPS-AROMA-Debloater K3V1991 Shell

AROMA Debloater for Google Apps & other Files

4
flutter_to_github_example
flutter_to_github_example JohannesMilke Ruby

Upload your Flutter Project to GitHub to store your source code within a version control system and to share it with your team.

4
android-apps-mit
android-apps-mit Roboramv2

Android apps built for specific purposes using the MIT app inventor.

4
ins2all
ins2all GKVM HTML

App to help install applications and set them up.

4
100Days-of-Python
100Days-of-Python kleamertiri

100 Days of Code: The complete Python Pro Bootcamp

4
git_pull_request
git_pull_request JohannesMilke

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
awesome-ios
awesome-ios tborychowski

My Awesome iOS Apps

4
appsRecon
appsRecon lautarovculic Kotlin

Get installed applications and send package name to a flask server.

4
wsx_tools
wsx_tools wayscript Python

These are examples of working applications, scripts, or services which can be hosted on WSX

4
futures_streams
futures_streams JohannesMilke

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

4