Flutter App to read data from RuuviTag and CC2541 SensorTag Texas Instruments.
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.
In order to run and build the app you need to decrypt it first:
gpg --batch --passphrase ${GPG_PASSPHRASE} android/app/google-services.json.gpg
gpg --batch --passphrase ${GPG_PASSPHRASE} ios/Runner/GoogleService-Info.plist.gpg
where GPG_PASSPHRASE
is the passphrase that encrypts the respective file.
In order to run and build the app you need to generate source code first:
flutter packages pub run build_runner build --delete-conflicting-outputs
The app offers different auth methods such as Email/Password, Google and Apple. To view your sensor data on the IOTA data marketplace must sign in with Google, as the data marketplace only offers Google as an authentication provider.
Edit pubspec.yaml
and change the flutter_launcher_name.name
value. Run following command to apply your change to
Android and iOS code:
flutter pub run flutter_launcher_name:main
Edit assets/launcher/logo.png
. Run following command to apply your change to Android and iOS code:
flutter pub run flutter_launcher_icons:main