Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
olexale committed Oct 22, 2023
1 parent 1898aaa commit a34434d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
7 changes: 3 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -14,9 +16,6 @@ dev_dependencies:
sdk: flutter
pedantic: ^1.11.1

arkit_plugin:
path: ../

flutter:
uses-material-design: true
assets:
Expand Down
18 changes: 11 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
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:
flutter:
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:
Expand Down

0 comments on commit a34434d

Please sign in to comment.