Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
2c9de5ab
Unverified
Commit
2c9de5ab
authored
Jun 22, 2021
by
Phil Quitslund
Committed by
GitHub
Jun 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove deprecated `author` section (#85036)
parent
1cf2ce95
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
update_packages.dart
packages/flutter_tools/lib/src/commands/update_packages.dart
+0
-1
update_packages_test.dart
...lutter_tools/test/general.shard/update_packages_test.dart
+0
-3
No files found.
packages/flutter_tools/lib/src/commands/update_packages.dart
View file @
2c9de5ab
...
...
@@ -1511,7 +1511,6 @@ environment:
..
writeAsStringSync
(
'''
name: sky_engine
version: 0.0.99
author: Flutter Authors <flutter-dev@googlegroups.com>
description: Dart SDK extensions for dart:ui
homepage: http://flutter.io
# sky_engine requires sdk_ext support in the analyzer which was added in 1.11.x
...
...
packages/flutter_tools/test/general.shard/update_packages_test.dart
View file @
2c9de5ab
...
...
@@ -15,7 +15,6 @@ import '../src/common.dart';
// An example pubspec.yaml from flutter, not necessary for it to be up to date.
const
String
kFlutterPubspecYaml
=
r''
'
name: flutter
author: Flutter Authors <flutter-dev@googlegroups.com>
description: A framework for writing Flutter applications
homepage: http://flutter.dev
...
...
@@ -50,7 +49,6 @@ dev_dependencies:
const
String
kExtraPubspecYaml
=
r''
'
name: nodeps
author: Flutter Authors <flutter-dev@googlegroups.com>
description: A dummy pubspec with no dependencies
homepage: http://flutter.dev
...
...
@@ -60,7 +58,6 @@ environment:
const
String
kInvalidGitPubspec
=
'''
name: flutter
author: Flutter Authors <flutter-dev@googlegroups.com>
description: A framework for writing Flutter applications
homepage: http://flutter.dev
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment