https://github.com/iamgio/fluttered
:peacock: My collection of Flutter sample apps.
https://github.com/iamgio/fluttered
flutter flutter-app flutter-examples flutter-ui
Last synced: about 2 months ago
JSON representation
:peacock: My collection of Flutter sample apps.
- Host: GitHub
- URL: https://github.com/iamgio/fluttered
- Owner: iamgio
- Created: 2022-04-16T21:56:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T12:57:19.000Z (over 2 years ago)
- Last Synced: 2025-01-07T18:17:19.102Z (over 1 year ago)
- Topics: flutter, flutter-app, flutter-examples, flutter-ui
- Language: Dart
- Homepage:
- Size: 175 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fluttered
Welcome to the _Fluttered_ repository, where I host sample mobile applications built with the Flutter 2 framework.
These apps are neither production-ready nor exclusively aesthetic: the idea is to have fully working samples, following different design patterns, that could be easily adapted to real applications.
In order to simulate real-world API calls, data from these samples is asynchronously gained featuring small time delays and loading animations.
## Running
After locally cloning the repository, running its code will launch a randomly picked app from those available.
To launch a specific app, use `flutter run --dart-define="app=APPNAME"`
## Apps
### Diet
  
An app that lets you build your daily diet and features tasty recipes.
Screenshots coming soon.