We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bf9aa commit 84230b5Copy full SHA for 84230b5
CHANGELOG.md
@@ -1,7 +1,7 @@
1
## v9.1.6 (2020-07-13)
2
3
-* Adds CrashReporting
4
-* Adds setShakingThresholdForiPhone, setShakingThresholdForiPad and setShakingThresholdForAndroid APIs
+* Added CrashReporting
+* Added setShakingThresholdForiPhone, setShakingThresholdForiPad and setShakingThresholdForAndroid APIs
5
* Added Proguard rules to protect Flutter bridge class and method names from getting obfuscated when the minifyEnabled flag is set to true.
6
7
## v9.1.0 (2020-03-19)
pubspec.yaml
@@ -17,6 +17,8 @@ environment:
17
dependencies:
18
flutter:
19
sdk: flutter
20
+ stack_trace: ^1.9.3
21
+ meta: ^1.1.6
22
23
dev_dependencies:
24
flutter_test:
0 commit comments