Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.24 KB

Amplify Flutter Sample App

An example application using the Amplify Framework and Flutter. To get started, clone this repository, install and initialize using the Amplify CLI, and retrieve the flutter libraries.

$ npm i -g @aws-amplify/cli
$ git clone git@github.com:mlabieniec/flutter-amplify-sample
$ cd flutter-amplify-sample
$ amplify init
$ amplify push
$ flutter pub get
$ flutter run

Ensure you have an emulator running or device attached before running flutter run.

Resources:

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

License

GPL V3