We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a51ab0 + 588cb8e commit 1eeda1aCopy full SHA for 1eeda1a
.github/workflows/flutter.yml
@@ -19,4 +19,9 @@ jobs:
19
flutter-version: '1.22.4'
20
- run: flutter pub get
21
- run: flutter test
22
+ - run: flutter analyze --no-pub --no-current-package lib
23
+ - run: mv docs doc
24
+ - run: dart pub publish --dry-run
25
+ - run: mv doc docs
26
+
27
CHANGELOG.md
@@ -1,6 +1,5 @@
1
## 1.0.0
2
-
3
-- This is our first release! 🎉🎉🎉
+- 🚀 This is our first release! 🎉🎉🎉
4
Report issues or give us any feedback is appreciated!
5
- [integration guide](https://developer.mixpanel.com/docs/flutter)
6
- [full API reference](https://mixpanel.github.io/mixpanel-flutter)
0 commit comments