Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use only one library .dart file in sharezone_widgets package. #538 #543

Merged
merged 11 commits into from
Apr 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(pubspec): Update dependencies in app/pubspec.lock and sharezone_w…
…idgets/pubspec.yaml
Marc-R2 committed Mar 31, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit f7c23a560b1f7ad9bdcf428194fbcc0bdb727d79
25 changes: 24 additions & 1 deletion app/pubspec.lock
Original file line number Diff line number Diff line change
@@ -839,7 +839,7 @@ packages:
source: hosted
version: "1.0.0-rc9"
flare_flutter:
dependency: "direct main"
dependency: transitive
description:
name: flare_flutter
sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0"
@@ -880,6 +880,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.1.3"
flutter_lints:
dependency: transitive
description:
name: flutter_lints
sha256: aeb0b80a8b3709709c9cc496cdc027c5b3216796bc0af0ce1007eaf24464fd4c
url: "https://pub.dev"
source: hosted
version: "2.0.1"
flutter_localizations:
dependency: "direct main"
description: flutter
@@ -1251,6 +1259,14 @@ packages:
relative: true
source: path
version: "0.0.1"
lints:
dependency: transitive
description:
name: lints
sha256: "5e4a9cd06d447758280a8ac2405101e0e2094d2a1dbdd3756aec3fe7775ba593"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
logging:
dependency: transitive
description:
@@ -1753,6 +1769,13 @@ packages:
relative: true
source: path
version: "0.0.1"
sharezone_lints:
dependency: transitive
description:
path: "../lib/sharezone_lints"
relative: true
source: path
version: "1.0.0"
sharezone_utils:
dependency: "direct main"
description:
1 change: 0 additions & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -74,7 +74,6 @@ dependencies:
firebase_messaging: ^14.2.5
firebase_performance: ^0.9.0+14
firebase_storage: ^11.0.14
flare_flutter: ^3.0.2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't remove it here. We need it both in app/pubspec.yaml and lib/sharezone_widgets/pubspec.yaml.

flutter:
sdk: flutter
flutter_cache_manager: ^3.1.2
1 change: 1 addition & 0 deletions lib/sharezone_widgets/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@ dependencies:
path: ../build_context
flutter_svg: ^2.0.2
flutter_staggered_animations: ^1.1.1
flare_flutter: ^3.0.2
intl: ^0.17.0
shimmer: ^2.0.0
rxdart: ^0.27.1