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
f724ec02
Unverified
Commit
f724ec02
authored
Aug 05, 2020
by
Alexandre Ardhuin
Committed by
GitHub
Aug 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
non-nullable LicenseEntry.packages (#62972)
parent
ce1cfbe7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
licenses.dart
packages/flutter/lib/src/foundation/licenses.dart
+2
-2
No files found.
packages/flutter/lib/src/foundation/licenses.dart
View file @
f724ec02
...
...
@@ -47,7 +47,7 @@ abstract class LicenseEntry {
const
LicenseEntry
();
/// The names of the packages that this license entry applies to.
Iterable
<
String
>
?
get
packages
;
Iterable
<
String
>
get
packages
;
/// The paragraphs of the license, each as a [LicenseParagraph] consisting of
/// a string and some formatting information. Paragraphs can include newline
...
...
@@ -123,7 +123,7 @@ class LicenseEntryWithLineBreaks extends LicenseEntry {
const
LicenseEntryWithLineBreaks
(
this
.
packages
,
this
.
text
);
@override
final
List
<
String
>
?
packages
;
final
List
<
String
>
packages
;
/// The text of the license.
///
...
...
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