/flutter_create

A simple application for Flutter Create Participation https://flutter.dev/create

Primary LanguageDartMIT LicenseMIT

Flutter Create

A simple application for Flutter Create Participation

 

Description

This is the most useless application in the world. When launched, the application loads data from my firebase and displays it as if it were code in a text editor. Next, the user must reduce the amount of code by clicking on the words. When the user deletes all unnecessary words, a new useless screen will open, on which the user can share a post.

In this app I used a database, animations, some material widgets, a custom font.

Install

Since I don't have a Mac OS, I could not add Cloud Firestore support for iOS, so it can only be run under android.

Using Github

  1. Clone the repo https://github.com/envoy93/flutter_create
  2. Cd into the flutter_create directory
  3. Attach Android device
  4. In bash run: flutter run --release

Using Zip

  1. Download the zipfile: flutter_create.zip
  2. Extract the contents of the zipfile
  3. Cd into the flutter_create directory
  4. Attach Android device
  5. In bash run: flutter run --release

Packages Used

Created by Kirill Shashov, March 2019