mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-06-29 03:07:17 +08:00
Fixing meta dependency.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
## [0.0.1+2] - 2020-07-08 16:47:10
|
||||
|
||||
- Updating meta dependency to one that is compatible with Flutter 😶
|
||||
|
||||
|
||||
## [0.0.1] - 2020-07-08 16:29:36
|
||||
|
||||
- Loading Rive 2 files.
|
||||
|
@ -7,7 +7,7 @@
|
||||
## Add to pubspec.yaml
|
||||
```yaml
|
||||
dependencies:
|
||||
rive: ^0.0.1
|
||||
rive: ^0.0.1+2
|
||||
```
|
||||
|
||||
## Example
|
||||
|
@ -94,7 +94,7 @@ packages:
|
||||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.0.1"
|
||||
version: "0.0.1+2"
|
||||
sky_engine:
|
||||
dependency: transitive
|
||||
description: flutter
|
||||
|
@ -75,7 +75,7 @@ packages:
|
||||
source: hosted
|
||||
version: "0.12.8"
|
||||
meta:
|
||||
dependency: transitive
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: meta
|
||||
url: "https://pub.dartlang.org"
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: rive
|
||||
description: Rive 2 Flutter Runtime
|
||||
version: 0.0.1+1
|
||||
version: 0.0.1+2
|
||||
repository: https://github.com/rive-app/rive-flutter
|
||||
|
||||
environment:
|
||||
@ -10,7 +10,7 @@ dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
graphs: ^0.2.0
|
||||
meta: ^1.2.1
|
||||
meta: ^1.1.8
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
Reference in New Issue
Block a user