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
2de2ce35
Commit
2de2ce35
authored
Jun 17, 2016
by
Hans Muller
Committed by
GitHub
Jun 17, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
It is not easy being green (#4606)
parent
69b4bcaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
icons_demo.dart
examples/flutter_gallery/lib/demo/icons_demo.dart
+1
-1
app.dart
examples/flutter_gallery/lib/gallery/app.dart
+2
-2
No files found.
examples/flutter_gallery/lib/demo/icons_demo.dart
View file @
2de2ce35
...
...
@@ -34,7 +34,7 @@ class IconsDemoState extends State<IconsDemo> {
Colors
.
blueGrey
];
int
iconColorIndex
=
9
;
// green
int
iconColorIndex
=
8
;
// teal
double
iconOpacity
=
1.0
;
Color
get
iconColor
=>
iconColorSwatches
[
iconColorIndex
][
400
];
...
...
examples/flutter_gallery/lib/gallery/app.dart
View file @
2de2ce35
...
...
@@ -16,12 +16,12 @@ final Map<String, WidgetBuilder> _kRoutes = new Map<String, WidgetBuilder>.fromI
final
ThemeData
_kGalleryLightTheme
=
new
ThemeData
(
brightness:
Brightness
.
light
,
primarySwatch:
Colors
.
green
primarySwatch:
Colors
.
teal
);
final
ThemeData
_kGalleryDarkTheme
=
new
ThemeData
(
brightness:
Brightness
.
dark
,
primarySwatch:
Colors
.
green
primarySwatch:
Colors
.
teal
);
class
GalleryApp
extends
StatefulWidget
{
...
...
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