Skip to content

Commit

Permalink
Fix flutter channel
Browse files Browse the repository at this point in the history
  • Loading branch information
enwi committed Jan 4, 2022
1 parent 29c8c6c commit b6249f4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.0-dev.2

### Fix flutter version
- Change to stable channel

## 1.0.0-dev.1

### Add crude implementation of Tindie order api
Expand Down
13 changes: 3 additions & 10 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0-dev.1"
version: "1.0.0-dev.2"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -102,13 +102,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -169,7 +162,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.8"
version: "0.4.3"
typed_data:
dependency: transitive
description:
Expand All @@ -185,5 +178,5 @@ packages:
source: hosted
version: "2.1.1"
sdks:
dart: ">=2.16.0-80.1.beta <3.0.0"
dart: ">=2.14.0 <3.0.0"
flutter: ">=1.17.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ">=2.16.0-80.1.beta <3.0.0"
sdk: ">=2.14.0 <3.0.0"

dependencies:
flutter:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: darttindie
description: Dart wrapper for Tindie Order API
version: 1.0.0-dev.1
description: Simple Dart wrapper for Tindie Order API
version: 1.0.0-dev.2
homepage: https://github.com/enwi/DartTindie

environment:
sdk: ">=2.16.0-80.1.beta <3.0.0"
sdk: ">=2.14.0 <3.0.0"
flutter: ">=1.17.0"

dependencies:
Expand Down

0 comments on commit b6249f4

Please sign in to comment.