mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Opt in fixutres (#22502)
This commit is contained in:
parent
ccbc2e6cf1
commit
63a6fe3cf9
@ -2,6 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
// @dart=2.10
|
||||
|
||||
import 'dart:convert' show utf8, json;
|
||||
import 'dart:isolate';
|
||||
import 'dart:typed_data';
|
||||
|
||||
@ -2,6 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
// @dart=2.10
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:typed_data';
|
||||
import 'dart:ui';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user