Commit bd6368f
committed
Fix flutter_isolate dependency
Fixes below error:
```
[package:bluebubbles] flutter pub get --no-example
Resolving dependencies...
Git error. Command: `git clone --mirror https://github.com/chipweinberger/flutter_isolate.git C:\Users\qaisjp\AppData\Local\Pub\Cache\_temp\dir2a77a5dc`
stdout:
stderr: Cloning into bare repository 'C:\Users\qaisjp\AppData\Local\Pub\Cache\_temp\dir2a77a5dc'...
remote: Repository not found.
fatal: repository 'https://github.com/chipweinberger/flutter_isolate.git/' not found
exit code: 128
Failed to update packages.
exit code 69
```
The commit still exists on the upstream repo and can be accessed
directly from its sha.
The commit will never be garbage collected because it's a part of the
pull request commit list here: rmawatson/flutter_isolate#1521 parent 547c737 commit bd6368f
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
906 | 906 | | |
907 | 907 | | |
908 | 908 | | |
909 | | - | |
| 909 | + | |
910 | 910 | | |
911 | | - | |
| 911 | + | |
912 | 912 | | |
913 | 913 | | |
914 | 914 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments