Skip to content

Commit

Permalink
Updated some libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Jan 31, 2021
1 parent e9b4acd commit b83322f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions pubspec.lock
Expand Up @@ -56,7 +56,7 @@ packages:
name: basic_utils
url: "https://pub.dartlang.org"
source: hosted
version: "2.7.0-rc.4"
version: "2.7.0"
bloc:
dependency: transitive
description:
Expand Down Expand Up @@ -105,7 +105,7 @@ packages:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.13"
version: "1.11.0"
build_runner_core:
dependency: transitive
description:
Expand Down Expand Up @@ -330,7 +330,7 @@ packages:
name: get_it
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.4"
version: "5.0.6"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -519,7 +519,7 @@ packages:
name: package_info
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.3+2"
version: "0.4.3+4"
path:
dependency: "direct main"
description:
Expand Down Expand Up @@ -596,7 +596,7 @@ packages:
name: pointycastle
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.1"
pool:
dependency: transitive
description:
Expand All @@ -617,7 +617,7 @@ packages:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "4.3.2+4"
version: "4.3.3"
pub_semver:
dependency: transitive
description:
Expand Down Expand Up @@ -694,7 +694,7 @@ packages:
name: shared_preferences_windows
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+3"
version: "0.0.2+2"
shelf:
dependency: transitive
description:
Expand All @@ -708,7 +708,7 @@ packages:
name: shelf_web_socket
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.3"
version: "0.2.4"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -874,7 +874,7 @@ packages:
name: url_launcher_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.5+1"
version: "0.1.5+3"
url_launcher_windows:
dependency: transitive
description:
Expand Down Expand Up @@ -902,14 +902,14 @@ packages:
name: web_socket_channel
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0"
win32:
dependency: transitive
description:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.4"
version: "1.7.4+1"
xdg_directories:
dependency: transitive
description:
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Expand Up @@ -26,7 +26,7 @@ dependencies:
dog: ^1.3.1
flutter:
sdk: flutter
flutter_bloc: ^6.1.0
flutter_bloc: ^6.1.1
flutter_cupertino_localizations: ^1.0.1
flutter_staggered_grid_view:
git:
Expand All @@ -36,16 +36,16 @@ dependencies:
fluttertoast: ^7.1.6
flutter_webview_plugin: ^0.3.11
freezed_annotation: ^0.12.0
get_it: ^5.0.4
get_it: ^5.0.6
hawk_fab_menu: ^0.3.2
json_annotation: ^3.1.0
log_4_dart_2: ^0.4.0
moor: ^3.4.0
package_info: ^0.4.1
package_info: ^0.4.3+4
path: ^1.7.0
path_provider: ^1.6.27
rate_my_app: ^0.7.2
shared_preferences: ^0.5.11
shared_preferences: ^0.5.12+4
smooth_star_rating: 1.1.1
sprintf: ^5.0.0
sqlite3_flutter_libs: ^0.2.0
Expand All @@ -56,8 +56,8 @@ dev_dependencies:
build_runner: ^1.10.6
flutter_test:
sdk: flutter
flutter_launcher_icons: "^0.8.0"
freezed: ^0.12.3
flutter_launcher_icons: ^0.8.1
freezed: ^0.12.7
json_serializable: ^3.3.0
lint: ^1.3.0
moor_generator: ^3.4.0
Expand Down

0 comments on commit b83322f

Please sign in to comment.