Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
semack committed Apr 8, 2021
1 parent 35f371f commit 6655bb6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "19.0.0"
version: "20.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.4.0"
app_center_bundle_sdk:
dependency: "direct main"
description:
Expand Down Expand Up @@ -196,7 +196,7 @@ packages:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.0.1"
dart_style:
dependency: transitive
description:
Expand Down Expand Up @@ -252,7 +252,7 @@ packages:
name: file_picker
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.0.1"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -318,7 +318,7 @@ packages:
name: flutter_native_splash
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.5+1"
version: "1.1.7+1"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down Expand Up @@ -461,7 +461,7 @@ packages:
name: just_audio
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.2"
version: "0.7.3"
just_audio_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -517,7 +517,7 @@ packages:
name: octo_image
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "1.0.0+1"
package_config:
dependency: transitive
description:
Expand Down Expand Up @@ -601,7 +601,7 @@ packages:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.2"
version: "4.1.0"
platform:
dependency: transitive
description:
Expand Down Expand Up @@ -823,7 +823,7 @@ packages:
name: universal_io
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.3"
version: "2.0.4"
url_launcher:
dependency: "direct main"
description:
Expand Down Expand Up @@ -872,7 +872,7 @@ packages:
name: uuid
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.3"
version: "3.0.4"
vector_math:
dependency: transitive
description:
Expand Down Expand Up @@ -956,7 +956,7 @@ packages:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.2"
version: "5.1.0"
yaml:
dependency: transitive
description:
Expand All @@ -970,7 +970,7 @@ packages:
name: zx_tape_to_wav
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.0+12"
version: "3.1.0+13"
sdks:
dart: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.3+113
version: 1.0.4+114

environment:
sdk: ">=2.7.0 <4.0.0"
Expand Down

0 comments on commit 6655bb6

Please sign in to comment.