1
0
mirror of https://github.com/flutter/samples.git synced 2026-06-02 20:41:04 +00:00

experimental/context_menus: Update analysis_options.yaml (#1579)

This commit is contained in:
Brett Morgan
2023-01-20 19:12:56 +11:00
committed by GitHub
parent e2a6ac66d3
commit c46d418532
25 changed files with 100 additions and 136 deletions

View File

@@ -1,12 +1,11 @@
import 'package:context_menus/anywhere_page.dart';
import 'package:context_menus/main.dart';
import 'package:flutter/gestures.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:context_menus/main.dart';
import 'package:context_menus/anywhere_page.dart';
void main() {
testWidgets('Right click works outside of text', (WidgetTester tester) async {
testWidgets('Right click works outside of text', (tester) async {
await tester.pumpWidget(const MyApp());
// Navigate to the AnywherePage example.