Topic

apps

Repositories (1839)

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
my-software-setup
my-software-setup itsdevdom

My personal computer setup.

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
asc-cli
asc-cli onmyway133 TypeScript

App Store Connect CLI for AI Agents

4
bookmytix-starter
bookmytix-starter ilhammeidi C++

Flight App UI kit designed to help developers quickly build cross-platform flight booking applications. Developed using Flutter, it delivers smooth pe...

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
nexos-official.github.io
nexos-official.github.io NexOS-Official HTML

The most powerful unblocked games site, built for students.

4
ios_navigation_bar_example
ios_navigation_bar_example JohannesMilke

Learn to add an iOS Navigation Bar with Large Titles in Flutter a so called Cupertino Navigation Bar.

4
kolaborasi
kolaborasi fransallen

Inisiatif dari masyarakat untuk masyarakat, untuk Indonesia yang melek teknologi.

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
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
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
health-first
health-first rajathpi Java

🍎"One Stop Shop" for all facts regarding nutrients, vitamins, and minerals present in the fruits, vegetables, and meat at your fingertips.

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

Use Flutter to compress videos on Android & iOS to reduce the video size in Flutter.

4
app-newt
app-newt homeassistant-apps Jinja

Newt Client - Home Assistant Add-ons

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

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

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

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

4
synth
synth appvoid Tcl

Linux app to make AppImages easier

4
call_native_code
call_native_code JohannesMilke

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

4
awesomemacapps
awesomemacapps theofficialcopypaste

My Favourite Mac Apps

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
HOME-BUILDRRR-Apps
HOME-BUILDRRR-Apps Zainul-Code Kotlin

BUILDRRR is a Multiple User application that can help users to be able to buy houses quickly through Home Developers, besides that users can also buil...

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

How to download and save an image to the Gallery in Flutter. Save any image or video files to the devices local storage in Flutter.

4
facebook_feed
facebook_feed abdulawalarif Dart

Facebook news feed and post creation and comments with Flutter and Dart

4
star_rating_example
star_rating_example JohannesMilke

Create a Stars Rating Bar in Flutter and show an in app rating dialog in Flutter.

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

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

4
fitted_box
fitted_box JohannesMilke

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

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
XAMPP-Anywhere
XAMPP-Anywhere Kojimo Perl

Yet another XAMPP portable version

4
tab_bar_example
tab_bar_example JohannesMilke

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

4
ins2all
ins2all GKVM HTML

App to help install applications and set them up.

4
markdown_example
markdown_example JohannesMilke

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

4
lespy
lespy natanfeitosa Python

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

4
flutter_buttons_example
flutter_buttons_example JohannesMilke

Use all new Flutter Buttons: Elevated Button, Text Button, Outlined Button in Flutter.

4
web_view
web_view JohannesMilke

How to embed websites into your Flutter app using the WebView with javascript support 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
link_widget_example
link_widget_example JohannesMilke

How to use the magical Flutter Link Widget to open urls with a clickable link for button or text widgets in Flutter.

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
vuejs-apps
vuejs-apps app-generator

Vuejs Apps - Full-Stack apps with Laravel, Express and Flask in the backend

4
layout_basics_column_example
layout_basics_column_example JohannesMilke Dart

Column widgets display multiple widgets vertically. Build basic Flutter layouts and widgets such as Row, Column, and Stack in Flutter.

3
ios_alert_dialog_example
ios_alert_dialog_example JohannesMilke

Create and show an iOS Alert Dialog in Flutter, a popup dialog that is called Cupertino Alert Dialog.

3
build_context_example
build_context_example JohannesMilke

I answer the TOP 10 Flutter Questions asked by the Flutter community.

3
DroptopFour-DailyQuotes
DroptopFour-DailyQuotes 66Bunz C++

Daily Quotes is an app for Droptop Four that displays Daily Quotes on your bar.

3