Move dependency to pub archive for flutter_background_fetch
This commit is contained in:
parent
e7dbbac3b7
commit
9e9d104c15
3 changed files with 5 additions and 7 deletions
|
@ -32,10 +32,10 @@ packages:
|
|||
background_fetch:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "thirdparty/flutter_background_fetch"
|
||||
relative: true
|
||||
source: path
|
||||
version: "1.0.0-nullsafety.2"
|
||||
name: background_fetch
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.7.2"
|
||||
boolean_selector:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -67,8 +67,7 @@ dependencies:
|
|||
expansion_card: ^0.1.0
|
||||
flutter_password_strength: ^0.1.6
|
||||
flutter_inappwebview: ^5.3.2
|
||||
background_fetch:
|
||||
path: thirdparty/flutter_background_fetch
|
||||
background_fetch: ^0.7.2
|
||||
# flutter_inapp_purchase: ^3.0.1
|
||||
google_nav_bar: ^5.0.5
|
||||
package_info_plus: ^1.0.1
|
||||
|
|
1
thirdparty/flutter_background_fetch
vendored
1
thirdparty/flutter_background_fetch
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 31fbadd16a2cc842b46788fc75b1102c72cb3080
|
Loading…
Add table
Reference in a new issue