Skip to content

Commit a0cdb38

Browse files
authored
Replace pub run with dart run (#1872)
1 parent 353dfc1 commit a0cdb38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/cupertino_http/ffigen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Run with `flutter packages pub run ffigen --config ffigen.yaml`.
1+
# Run with `dart run ffigen --config ffigen.yaml`.
22
name: NativeCupertinoHttp
33
description: |
44
Bindings for the Foundation URL Loading System and supporting libraries.
55
6-
Regenerate bindings with `flutter packages pub run ffigen --config ffigen.yaml`.
6+
Regenerate bindings with `dart run ffigen --config ffigen.yaml`.
77
language: 'objc'
88
output:
99
bindings: 'lib/src/native_cupertino_bindings.dart'

0 commit comments

Comments
 (0)