mirror of
https://github.com/flutter/samples.git
synced 2026-04-02 17:52:56 +00:00
Replace pub run usages with dart run (#2777)
Following up on https://github.com/dart-lang/pub/issues/4737, this PR replaces deprecated `pub run` commands with `dart run`.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Run with `flutter pub run ffigen --config ffigen.yaml`.
|
||||
# Run with `dart run ffigen --config ffigen.yaml`.
|
||||
name: PedometerBindings
|
||||
description: "Bindings for CM pedometers"
|
||||
language: objc
|
||||
|
||||
Reference in New Issue
Block a user