A tip calculator app written in flutter
- Ensure you have Flutter installed
- Run
flutter pub get
- Add
sentry.dsn=https://dsn-url
toandroid/local.properties
- if
android/local.properties
doesn't exist open theandroid
folder in Android Studio and sync Gradle
- if
- Create
ios/Runner/Config.xcconfig
and addSENTRY_DSN = 'https://dsn-url'
- Copy
lib/env.dart.example
tolib/env.dart
and populate variables