Skip to content

Commit

Permalink
Flutter ci fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
andoriyaprashant committed Jul 7, 2023
1 parent e567b98 commit adcc2f0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 3 deletions.
47 changes: 46 additions & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.3"
bloc:
dependency: "direct main"
description:
name: bloc
sha256: "3820f15f502372d979121de1f6b97bfcf1630ebff8fe1d52fb2b0bfa49be5b49"
url: "https://pub.dev"
source: hosted
version: "8.1.2"
bloc_test:
dependency: "direct dev"
description:
name: bloc_test
sha256: "43d5b2f3d09ba768d6b611151bdf20ca141ffb46e795eb9550a58c9c2f4eae3f"
url: "https://pub.dev"
source: hosted
version: "9.1.3"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -257,6 +273,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.2.4"
diff_match_patch:
dependency: transitive
description:
name: diff_match_patch
sha256: "2efc9e6e8f449d0abe15be240e2c2a3bcd977c8d126cfd70598aee60af35c0a4"
url: "https://pub.dev"
source: hosted
version: "0.4.1"
dio:
dependency: "direct main"
description:
Expand All @@ -281,6 +305,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.12"
equatable:
dependency: "direct main"
description:
name: equatable
sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2
url: "https://pub.dev"
source: hosted
version: "2.0.5"
expansion_tile_card:
dependency: "direct main"
description:
Expand Down Expand Up @@ -334,6 +366,14 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_bloc:
dependency: "direct main"
description:
name: flutter_bloc
sha256: e74efb89ee6945bcbce74a5b3a5a3376b088e5f21f55c263fc38cbdc6237faae
url: "https://pub.dev"
source: hosted
version: "8.1.3"
flutter_client_sse:
dependency: "direct main"
description:
Expand Down Expand Up @@ -398,6 +438,11 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.0"
flutter_localizations:
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down Expand Up @@ -545,7 +590,7 @@ packages:
source: hosted
version: "4.0.2"
intl:
dependency: transitive
dependency: "direct overridden"
description:
name: intl
sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d"
Expand Down
2 changes: 0 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ dependencies:
file_picker: ^5.2.10
focused_menu: ^1.0.5
font_awesome_flutter: ^10.4.0
google_fonts: ^4.0.4
hidden_drawer_menu: ^3.0.0
http: ^0.13.3
json_annotation: ^4.1.0
Expand Down Expand Up @@ -80,7 +79,6 @@ dependency_overrides:

dev_dependencies:
build_runner: ^2.1.1
json_serializable: ^6.7.0
flutter_test:
sdk: flutter
json_serializable: ^6.7.0
Expand Down

0 comments on commit adcc2f0

Please sign in to comment.