amplify-flutter-sample icon indicating copy to clipboard operation
amplify-flutter-sample copied to clipboard

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 [email protected]: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