Skip to content

Commit 1da916e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/sensors_plus/sensors_plus/example/lib

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

Lines changed: 1 addition & 1 deletion
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)