AWS IoT plugin for flutter, intended to fit nicely with flutter_cognito_plugin and mqtt_client.
platform :ios, '9.0'
at ios/Podfile
.awsconfiguration.json
by following instructions at flutter_cognito_plugin for Android/iOS.git clone https://github.com/IoTReady/flutter-aws-iot.git
cd example
cp assets/.env.example assets/.env
Edit example/assets/.env
file, and fill in the proper credentials.
Add awsconfiguration.json
to the example
app, by following instructions at flutter_cognito_plugin for both Android/iOS.
Run
flutter run