Khoren Markosyan 2 years ago
parent
commit
bbbcb18d17
  1. 40
      zxscanner/pubspec.lock
  2. 10
      zxscanner/pubspec.yaml

40
zxscanner/pubspec.lock

@ -283,7 +283,7 @@ packages:
name: flutter_markdown name: flutter_markdown
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.6.12" version: "0.6.13"
flutter_mobx: flutter_mobx:
dependency: "direct main" dependency: "direct main"
description: description:
@ -297,7 +297,7 @@ packages:
name: flutter_native_splash name: flutter_native_splash
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.2.13" version: "2.2.16"
flutter_plugin_android_lifecycle: flutter_plugin_android_lifecycle:
dependency: transitive dependency: transitive
description: description:
@ -405,7 +405,7 @@ packages:
name: icons_launcher name: icons_launcher
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.5" version: "2.0.6"
image: image:
dependency: "direct main" dependency: "direct main"
description: description:
@ -531,7 +531,7 @@ packages:
name: mobx name: mobx
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.1" version: "2.1.3"
mobx_codegen: mobx_codegen:
dependency: "direct dev" dependency: "direct dev"
description: description:
@ -664,21 +664,7 @@ packages:
name: share_plus name: share_plus
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "5.0.0" version: "6.3.0"
share_plus_linux:
dependency: transitive
description:
name: share_plus_linux
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
share_plus_macos:
dependency: transitive
description:
name: share_plus_macos
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
share_plus_platform_interface: share_plus_platform_interface:
dependency: transitive dependency: transitive
description: description:
@ -686,20 +672,6 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.2.0" version: "3.2.0"
share_plus_web:
dependency: transitive
description:
name: share_plus_web
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.0"
share_plus_windows:
dependency: transitive
description:
name: share_plus_windows
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
shared_preferences: shared_preferences:
dependency: "direct main" dependency: "direct main"
description: description:
@ -949,7 +921,7 @@ packages:
name: win32 name: win32
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.7.0" version: "3.1.2"
xdg_directories: xdg_directories:
dependency: transitive dependency: transitive
description: description:

10
zxscanner/pubspec.yaml

@ -15,7 +15,7 @@ dependencies:
sdk: flutter sdk: flutter
flutter_localizations: flutter_localizations:
sdk: flutter sdk: flutter
flutter_markdown: ^0.6.12 flutter_markdown: ^0.6.13
flutter_mobx: ^2.0.6 flutter_mobx: ^2.0.6
flutter_zxing: ">=0.8.0 <1.0.0" flutter_zxing: ">=0.8.0 <1.0.0"
# path: ../ # path: ../
@ -25,9 +25,9 @@ dependencies:
image: ^3.2.2 image: ^3.2.2
image_picker: ^0.8.5 image_picker: ^0.8.5
intl: ^0.17.0 intl: ^0.17.0
mobx: ^2.1.1 mobx: ^2.1.3
path_provider: ^2.0.11 path_provider: ^2.0.11
share_plus: ^5.0.0 share_plus: ^6.3.0
shared_preferences: ^2.0.15 shared_preferences: ^2.0.15
url_launcher: ^6.1.6 url_launcher: ^6.1.6
@ -39,11 +39,11 @@ dev_dependencies:
build_runner: ^2.2.1 build_runner: ^2.2.1
# espresso: ^0.2.0+2 # espresso: ^0.2.0+2
flutter_lints: ^2.0.1 flutter_lints: ^2.0.1
flutter_native_splash: ^2.2.13 # flutter pub run flutter_native_splash:create flutter_native_splash: ^2.2.16 # flutter pub run flutter_native_splash:create
flutter_test: flutter_test:
sdk: flutter sdk: flutter
hive_generator: hive_generator:
icons_launcher: ^2.0.5 # flutter pub run icons_launcher:create icons_launcher: ^2.0.6 # flutter pub run icons_launcher:create
# integration_test: # integration_test:
# sdk: flutter # sdk: flutter
mobx_codegen: mobx_codegen:

Loading…
Cancel
Save