Skip to content

Commit

Permalink
Manual roll of Dart 1a18fff...ba80ed9 (flutter#22216)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-siva authored Oct 30, 2020
1 parent 8d3d953 commit 5f0e6dd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': 'ba80ed989cc94e266bf3939b9c3422d564227b0f',
'dart_revision': '1a18fff9ad2ee79095f8b92d76f714cb666a3384',

# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
Expand Down
2 changes: 1 addition & 1 deletion ci/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: c7b3b09f8e57e8e336788e790a01ba6f
Signature: 0d0465ed6c5853c039e190f5d7211240

UNUSED LICENSES:

Expand Down
2 changes: 2 additions & 0 deletions testing/scenario_app/lib/src/channel_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.6

import 'dart:convert';
import 'dart:ui';

Expand Down
2 changes: 2 additions & 0 deletions testing/scenario_app/lib/src/locale_initialization.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.6

import 'dart:typed_data';
import 'dart:ui';

Expand Down
2 changes: 2 additions & 0 deletions testing/scenario_app/lib/src/send_text_focus_semantics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.6

import 'dart:typed_data';
import 'dart:ui';

Expand Down
2 changes: 2 additions & 0 deletions testing/scenario_app/lib/src/touches_scenario.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.6

import 'dart:convert';
import 'dart:ui';

Expand Down

0 comments on commit 5f0e6dd

Please sign in to comment.