amplify-flutter-sample
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.
- Review the Amplify Flutter Documentation
$ 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:
- Amplify Flutter Documentation
- Beginner's Guide to Futures
- Amplify Flutter on Pub.dev
- Using the Camera
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