From 16081b924a6d00b5fe7f7c06fd7480b2b6e0d7fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20S=C3=B8rensen?= Date: Thu, 22 Jul 2021 12:20:48 +0200 Subject: [PATCH 1/2] chore: removed meta dependency --- pubspec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 868b061..046f059 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,6 @@ dependencies: flutter: sdk: flutter - meta: ^1.3.0 http: ^0.13.3 build: ^2.0.3 build_config: ^1.0.0 From fdf9b4da6474cf2be92b5683af6ada70e59c8dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20S=C3=B8rensen?= Date: Thu, 22 Jul 2021 12:21:05 +0200 Subject: [PATCH 2/2] build: bumped to 0.2.5 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 046f059..516e3b0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nstack description: Nstack plugin for Flutter. -version: 0.2.3 +version: 0.2.5 author: Nodes Agency homepage: https://github.com/nstack-io/flutter-sdk