We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pub run
dart run
1 parent 353dfc1 commit a0cdb38Copy full SHA for a0cdb38
1 file changed
pkgs/cupertino_http/ffigen.yaml
@@ -1,9 +1,9 @@
1
-# Run with `flutter packages pub run ffigen --config ffigen.yaml`.
+# Run with `dart run ffigen --config ffigen.yaml`.
2
name: NativeCupertinoHttp
3
description: |
4
Bindings for the Foundation URL Loading System and supporting libraries.
5
6
- Regenerate bindings with `flutter packages pub run ffigen --config ffigen.yaml`.
+ Regenerate bindings with `dart run ffigen --config ffigen.yaml`.
7
language: 'objc'
8
output:
9
bindings: 'lib/src/native_cupertino_bindings.dart'
0 commit comments