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
811f0d9a
Unverified
Commit
811f0d9a
authored
Jun 05, 2021
by
Michael Goderbauer
Committed by
GitHub
Jun 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"Migrate" dummy packages to null safety (#84013)
parent
44ebcb66
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
4 deletions
+6
-4
pubspec.yaml
dev/docs/platform_integration/pubspec.yaml
+2
-0
pubspec.yaml
...s/flutter_test/test/test_config/project_root/pubspec.yaml
+1
-1
pubspec.yaml
...ages/flutter_tools/test/data/asset_test/font/pubspec.yaml
+1
-1
pubspec.yaml
...ages/flutter_tools/test/data/asset_test/main/pubspec.yaml
+1
-1
pubspec.yaml
...ages/integration_test/integration_test_macos/pubspec.yaml
+1
-1
No files found.
dev/docs/platform_integration/pubspec.yaml
View file @
811f0d9a
name
:
platform_integration
name
:
platform_integration
environment
:
sdk
:
"
>=2.12.0
<3.0.0"
packages/flutter_test/test/test_config/project_root/pubspec.yaml
View file @
811f0d9a
...
@@ -4,6 +4,6 @@
...
@@ -4,6 +4,6 @@
name
:
dummy
name
:
dummy
environment
:
environment
:
sdk
:
'
>=2.1
0
.0
<3.0.0'
sdk
:
'
>=2.1
2
.0
<3.0.0'
# PUBSPEC CHECKSUM: 0000
# PUBSPEC CHECKSUM: 0000
packages/flutter_tools/test/data/asset_test/font/pubspec.yaml
View file @
811f0d9a
...
@@ -2,7 +2,7 @@ name: font
...
@@ -2,7 +2,7 @@ name: font
description
:
A test project that contains a font.
description
:
A test project that contains a font.
environment
:
environment
:
sdk
:
"
>=2.
0.0-dev.68
.0
<3.0.0"
sdk
:
"
>=2.
12
.0
<3.0.0"
flutter
:
flutter
:
uses-material-design
:
true
uses-material-design
:
true
...
...
packages/flutter_tools/test/data/asset_test/main/pubspec.yaml
View file @
811f0d9a
...
@@ -2,7 +2,7 @@ name: main
...
@@ -2,7 +2,7 @@ name: main
description
:
A test project that has a package with a font as a dependency.
description
:
A test project that has a package with a font as a dependency.
environment
:
environment
:
sdk
:
"
>=2.
0.0-dev.68
.0
<3.0.0"
sdk
:
"
>=2.
12
.0
<3.0.0"
dependencies
:
dependencies
:
font
:
font
:
...
...
packages/integration_test/integration_test_macos/pubspec.yaml
View file @
811f0d9a
...
@@ -11,7 +11,7 @@ flutter:
...
@@ -11,7 +11,7 @@ flutter:
pluginClass
:
IntegrationTestPlugin
pluginClass
:
IntegrationTestPlugin
environment
:
environment
:
sdk
:
"
>=2.1.0
<3.0.0"
sdk
:
"
>=2.1
2
.0
<3.0.0"
dependencies
:
dependencies
:
flutter
:
flutter
:
...
...
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