Skip to content

Commit 1da916e

Browse files
chore(sensors_plus): Ignore BuildContext across async gaps warning in example (#3520)
1 parent f723fad commit 1da916e

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)