From a34434d53a9c9aa1f2dd0153a069cca3048ce3b3 Mon Sep 17 00:00:00 2001 From: Oleksandr Leuschenko Date: Sun, 22 Oct 2023 17:39:08 +0300 Subject: [PATCH] Version bump --- example/pubspec.yaml | 7 +++---- pubspec.yaml | 18 +++++++++++------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 4a27c82..2156494 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -3,9 +3,11 @@ description: Demonstrates how to use the arkit_plugin plugin. publish_to: 'none' environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.12.0 <4.0.0" dependencies: + arkit_plugin: + path: ../ flutter: sdk: flutter @@ -14,9 +16,6 @@ dev_dependencies: sdk: flutter pedantic: ^1.11.1 - arkit_plugin: - path: ../ - flutter: uses-material-design: true assets: diff --git a/pubspec.yaml b/pubspec.yaml index 90be49e..d820db4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,14 @@ name: arkit_plugin description: Flutter Plugin for ARKit - Apple's augmented reality (AR) development platform for iOS mobile devices. -version: 1.0.6 -homepage: https://github.com/olexale/arkit_flutter_plugin +version: 1.0.7 +repository: https://github.com/olexale/arkit_flutter_plugin +issue_tracker: https://github.com/olexale/arkit_flutter_plugin/issues +topics: + - ar + - arkit environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.12.0 <4.0.0' flutter: ">=1.12.0" dependencies: @@ -12,12 +16,12 @@ dependencies: sdk: flutter meta: ^1.8.0 vector_math: ^2.1.4 - json_annotation: ^4.8.0 + json_annotation: ^4.8.1 dev_dependencies: - build_runner: ^2.3.3 - flutter_lints: ^2.0.0 - json_serializable: ^6.6.1 + build_runner: ^2.4.6 + flutter_lints: ^3.0.0 + json_serializable: ^6.7.1 flutter: plugin: