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

Remove push package Android dependency #1412

Merged
merged 3 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "packages/push"]
path = packages/push
url = https://github.com/thunder-app/push.git
1 change: 1 addition & 0 deletions packages/push
Submodule push added at 80fae1
45 changes: 12 additions & 33 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1444,45 +1444,24 @@ packages:
push:
dependency: "direct main"
description:
path: push
ref: "722c5e8541e1e5c91c56743b94d07f51f26fd2c5"
resolved-ref: "722c5e8541e1e5c91c56743b94d07f51f26fd2c5"
url: "https://github.com/hjiangsu/push.git"
source: git
version: "2.1.0"
push_android:
dependency: "direct overridden"
description:
path: push_android
ref: "70269bd08a06c4f34f6f192a2d46127ae48479a5"
resolved-ref: "70269bd08a06c4f34f6f192a2d46127ae48479a5"
url: "https://github.com/hjiangsu/push.git"
source: git
version: "0.5.0"
path: "packages/push/push"
relative: true
source: path
version: "2.3.0"
push_ios:
dependency: transitive
description:
name: push_ios
sha256: c6a284994ef8a2e09c4e92c89317b14912b56cb74b31fb2efba7b9d2b8f4ff60
url: "https://pub.dev"
source: hosted
version: "0.4.0"
push_macos:
dependency: transitive
description:
name: push_macos
sha256: "800997d1d6ca19aa957ab237a25074a732a7e36ef917ef4546fc75ec9aa1b9da"
url: "https://pub.dev"
source: hosted
version: "0.0.1"
path: "packages/push/push_ios"
relative: true
source: path
version: "0.5.1"
push_platform_interface:
dependency: transitive
description:
name: push_platform_interface
sha256: "709c98b6e33cb0d76aa1e9017d0b16c17c077d0d0035a7b63d41ba19822a805e"
url: "https://pub.dev"
source: hosted
version: "0.5.0"
path: "packages/push/push_platform_interface"
relative: true
source: path
version: "0.6.0"
recase:
dependency: transitive
description:
Expand Down
12 changes: 1 addition & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,7 @@ dependencies:
smooth_highlight: ^0.1.1
visibility_detector: ^0.4.0+2
push:
git:
url: https://github.com/hjiangsu/push.git
ref: 722c5e8541e1e5c91c56743b94d07f51f26fd2c5
path: push
path: packages/push/push
unifiedpush: ^5.0.1
flutter_sharing_intent: ^1.1.1
drift: ^2.16.0
Expand All @@ -126,13 +123,6 @@ dev_dependencies:
ref: master
drift_dev: ^2.16.0

dependency_overrides:
push_android:
git:
url: https://github.com/hjiangsu/push.git
ref: 70269bd08a06c4f34f6f192a2d46127ae48479a5
path: push_android

# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
Expand Down
Loading