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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user