From 4af518bba15d7dbfad1f0b4ccb238ecaba1302a8 Mon Sep 17 00:00:00 2001 From: Luigi Rosso Date: Wed, 8 Jul 2020 16:50:34 -0700 Subject: [PATCH] Fixing meta dependency. --- CHANGELOG.md | 5 +++++ README.md | 2 +- example/pubspec.lock | 2 +- pubspec.lock | 2 +- pubspec.yaml | 4 ++-- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c32cc..b6a365b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index bc3d347..defa1b7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Add to pubspec.yaml ```yaml dependencies: - rive: ^0.0.1 + rive: ^0.0.1+2 ``` ## Example diff --git a/example/pubspec.lock b/example/pubspec.lock index 82c9d2b..ff38332 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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 diff --git a/pubspec.lock b/pubspec.lock index a26fcda..ca477ab 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index df4336f..daf701a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: