Skip to content

Commit 92ed275

Browse files
committed
chore(sensors_plus): Ignore BuildContext across async gaps warning in example
1 parent 2d929e5 commit 92ed275

File tree

1 file changed

+1
-1
lines changed
  • packages/sensors_plus/sensors_plus/example/lib

1 file changed

+1
-1
lines changed

packages/sensors_plus/sensors_plus/example/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
// ignore_for_file: public_member_api_docs
5+
// ignore_for_file: public_member_api_docs, use_build_context_synchronously
66

77
import 'dart:async';
88

0 commit comments

Comments
 (0)