Skip to content

Commit

Permalink
experimental/pedometer: fixup linter warning (flutter#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse authored Jan 24, 2023
1 parent 70f3daa commit 1a383e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions experimental/pedometer/example/lib/steps_repo.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// ignore_for_file: depend_on_referenced_packages

import 'dart:ffi' as ffi;
import 'dart:io';
import 'dart:isolate';
Expand Down
5 changes: 5 additions & 0 deletions experimental/pedometer/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ dependencies:
cupertino_icons: ^1.0.2
ffi: ^2.0.1
intl: ^0.18.0
jni:
git:
url: https://github.com/dart-lang/jnigen
ref: suspend-fun
path: ./jni
fl_chart: ^0.55.2

dev_dependencies:
Expand Down

0 comments on commit 1a383e9

Please sign in to comment.