1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

experimental/pedometer: fixup linter warning (#1589)

This commit is contained in:
Brett Morgan
2023-01-24 12:32:13 +11:00
committed by GitHub
parent 70f3daa9f7
commit 1a383e9361
2 changed files with 5 additions and 2 deletions

View File

@@ -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';

View File

@@ -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: