Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ jobs:
flutter-version: '1.22.4'
- run: flutter pub get
- run: flutter test
- run: flutter analyze --no-pub --no-current-package lib
- run: mv docs doc
- run: dart pub publish --dry-run
- run: mv doc docs


3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## 1.0.0

- This is our first release! 🎉🎉🎉
- 🚀 This is our first release! 🎉🎉🎉
Report issues or give us any feedback is appreciated!
- [integration guide](https://developer.mixpanel.com/docs/flutter)
- [full API reference](https://mixpanel.github.io/mixpanel-flutter)