Update pubspec.yaml for parent-view and touch-input-view (flutter/engine#36974)

* Update pubspec.yaml for parent-view and touch-input-view

* Add changes for text-input-view
This commit is contained in:
Erik 2022-10-24 15:57:26 -04:00 committed by GitHub
parent 811af8ef36
commit 5eb07a1f2f
5 changed files with 4 additions and 11 deletions

View File

@ -5,4 +5,4 @@
name: parent-view2
environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.18.0 <3.0.0'

View File

@ -2,9 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(https://fxbug.dev/84961): Fix null safety and remove this language version.
// @dart=2.9
// This is an instrumented test application. It has a single field, is
// able to receive keyboard input from the test fixture, and is able to report
// back the contents of its text field to the test fixture.

View File

@ -5,4 +5,4 @@
name: text-input-view
environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.18.0 <3.0.0'

View File

@ -2,14 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(https://fxbug.dev/84961): Fix null safety and remove this language version.
// @dart=2.9
import 'dart:convert';
import 'dart:typed_data';
import 'dart:ui';
import 'package:args/args.dart';
import 'package:fidl_fuchsia_ui_test_input/fidl_async.dart' as test_touch;
import 'package:fuchsia_services/services.dart';
import 'package:zircon/zircon.dart';

View File

@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
name: one-flutter
name: touch-input-view
environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.18.0 <3.0.0'