We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce0651 commit b826d5aCopy full SHA for b826d5a
1 file changed
ANDROID_SETUP.md
@@ -11,6 +11,21 @@ Check if you have the following in your `AndroidManifest.xml` file.
11
Ideally you should have this, if not follow the [upgrade guide](https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects).
12
If for some reason you can't upgrade yet we still support the [older way of embedding](ANDROID_SETUP_V1.md):
13
14
+In your `pubspec.yaml` file, add:
15
+```yaml
16
+dependencies:
17
+ workmanager:
18
+ git:
19
+ url: https://github.com/fluttercommunity/flutter_workmanager.git
20
+ path: workmanager
21
+ ref: main
22
+ ```
23
+ instead of
24
25
26
+ workmanager: ^0.5.2
27
+```
28
+
29
# How to Debug my background job
30
31
Debugging a background task can be difficult, Android decides when is the best time to run.
0 commit comments