Skip to content

Commit

Permalink
Chore: Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-f committed Jan 19, 2022
1 parent 36992c2 commit 9396fb2
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 17 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,8 @@

## [0.1.11] - 2021.10.25

- Update flutter_svg version to 0.23.0+1
- Update flutter_svg version to 0.23.0+1

## [0.1.11] - 2022.1.19

- Release 1.0.0, support image from network
2 changes: 1 addition & 1 deletion example/ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>8.0</string>
<string>9.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1230;
LastUpgradeCheck = 1300;
ORGANIZATIONNAME = "";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1230"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
27 changes: 17 additions & 10 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.1"
version: "2.8.2"
boolean_selector:
dependency: transitive
description:
Expand All @@ -21,7 +21,7 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0"
charcode:
dependency: transitive
description:
Expand Down Expand Up @@ -68,14 +68,14 @@ packages:
name: flutter_svg
url: "https://pub.dartlang.org"
source: hosted
version: "0.23.0+1"
version: "1.0.2"
flutter_svg_provider:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "0.1.11"
version: "1.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -101,7 +101,14 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.10"
version: "0.12.11"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
meta:
dependency: transitive
description:
Expand All @@ -122,14 +129,14 @@ packages:
name: path_drawing
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.1+1"
version: "1.0.0"
path_parsing:
dependency: transitive
description:
name: path_parsing
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.1"
version: "1.0.0"
petitparser:
dependency: transitive
description:
Expand Down Expand Up @@ -183,7 +190,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.2"
version: "0.4.8"
typed_data:
dependency: transitive
description:
Expand All @@ -197,7 +204,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
xml:
dependency: transitive
description:
Expand All @@ -207,4 +214,4 @@ packages:
version: "5.3.1"
sdks:
dart: ">=2.14.0 <3.0.0"
flutter: ">=1.24.0-7.0"
flutter: ">=2.4.0-0.0.pre"
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: flutter_svg_provider
description: Generate image provider from svg path, uses flutter_svg and http (for network paths) as a dependency.
version: 0.1.11
version: 1.0.0
homepage: https://github.com/yang-f/flutter_svg_provider

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.17.0 <2.0.0"
flutter: ">=2.4.0-0.0.pre"

dependencies:
flutter:
sdk: flutter
http: ^0.13.4
flutter_svg: ^0.23.0+1
flutter_svg: ^1.0.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 9396fb2

Please sign in to comment.