flutter_app

A new Flutter application.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

##Work with Floor (database) Open

nano $HOME/.bash_profile.

add

export PATH="$PATH:[PATH_TO_FLUTTER_GIT_DIRECTORY]/flutter/bin"

Run

source $HOME/.bash_profile

Check

echo $PATH

Run the generator with

flutter packages pub run build_runner build

To automatically run it, whenever a file changes, use

flutter packages pub run build_runner watch

##Work with Chopper (Restful api) #dart pub run build_runner build #flutter flutter packages pub run build_runner build