mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
811af8ef36
commit
5eb07a1f2f
@ -5,4 +5,4 @@
|
||||
name: parent-view2
|
||||
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
sdk: '>=2.18.0 <3.0.0'
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -5,4 +5,4 @@
|
||||
name: text-input-view
|
||||
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
sdk: '>=2.18.0 <3.0.0'
|
||||
|
||||
@ -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';
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user