An open API service indexing awesome lists of open source software.

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.

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
![](https://img.shields.io/badge/name-diet-lightgrey) ![](https://img.shields.io/badge/status-in%20progress-yellow) ![](https://img.shields.io/badge/pattern-mvvm-blue)

An app that lets you build your daily diet and features tasty recipes.
Screenshots coming soon.