We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6f7fa commit 8ca30b0Copy full SHA for 8ca30b0
2 files changed
pubspec.lock
@@ -193,6 +193,15 @@ packages:
193
url: "https://pub.dev"
194
source: hosted
195
version: "1.3.2"
196
+ fastforge_workspace:
197
+ dependency: "direct main"
198
+ description:
199
+ path: "."
200
+ ref: main
201
+ resolved-ref: dda1a0420d19cc838c841ec56b702d73aa768eed
202
+ url: "https://github.com/TeeWrath/fastforge.git"
203
+ source: git
204
+ version: "0.0.0"
205
ffi:
206
dependency: transitive
207
description:
pubspec.yaml
@@ -54,6 +54,10 @@ dependencies:
54
file_selector: ^1.0.3
55
file_selector_platform_interface: ^2.6.2
56
flutter_launcher_icons: ^0.14.3
57
58
+ git:
59
+ url: https://github.com/TeeWrath/fastforge.git
60
61
62
dev_dependencies:
63
flutter_test:
0 commit comments