`experimental/pedometer`: fixup linter warning (#1589)

pull/1591/head
Brett Morgan 2 years ago committed by GitHub
parent 70f3daa9f7
commit 1a383e9361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,3 @@
// ignore_for_file: depend_on_referenced_packages
import 'dart:ffi' as ffi; import 'dart:ffi' as ffi;
import 'dart:io'; import 'dart:io';
import 'dart:isolate'; import 'dart:isolate';

@ -44,6 +44,11 @@ dependencies:
cupertino_icons: ^1.0.2 cupertino_icons: ^1.0.2
ffi: ^2.0.1 ffi: ^2.0.1
intl: ^0.18.0 intl: ^0.18.0
jni:
git:
url: https://github.com/dart-lang/jnigen
ref: suspend-fun
path: ./jni
fl_chart: ^0.55.2 fl_chart: ^0.55.2
dev_dependencies: dev_dependencies:

Loading…
Cancel
Save