Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
chore: bumped version
  • Loading branch information
juicycleff committed Jun 1, 2022
commit 190401394f9ede9e9854ede5f308a0d460f2b595
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ First depend on the library by adding this to your packages `pubspec.yaml`:
- Flutter 3.0.0
```yaml
dependencies:
flutter_unity_widget: ^2022.1.1+2
flutter_unity_widget: ^2022.1.1+3
```


- Pre Flutter 3.0.0 (This version will gradually be deprecated)
```yaml
dependencies:
flutter_unity_widget: ^2022.1.0+6
flutter_unity_widget: ^2022.1.0+7
```

Now inside your Dart code you can import it.
Expand Down