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
505547ae
Commit
505547ae
authored
Feb 21, 2016
by
Adam Barth
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2068 from abarth/de_material
Remove redundant material_ prefix
parents
375bb776
240df793
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
material.dart
packages/flutter/lib/material.dart
+3
-3
app.dart
packages/flutter/lib/src/material/app.dart
+0
-0
button.dart
packages/flutter/lib/src/material/button.dart
+0
-0
dialog.dart
packages/flutter/lib/src/material/dialog.dart
+1
-1
flat_button.dart
packages/flutter/lib/src/material/flat_button.dart
+1
-1
list.dart
packages/flutter/lib/src/material/list.dart
+0
-0
raised_button.dart
packages/flutter/lib/src/material/raised_button.dart
+1
-1
snack_bar.dart
packages/flutter/lib/src/material/snack_bar.dart
+2
-2
two_level_list.dart
packages/flutter/lib/src/material/two_level_list.dart
+1
-1
No files found.
packages/flutter/lib/material.dart
View file @
505547ae
...
...
@@ -7,7 +7,9 @@
/// See https://www.google.com/design/spec/material-design/introduction.html
library
material
;
export
'src/material/app.dart'
;
export
'src/material/bottom_sheet.dart'
;
export
'src/material/button.dart'
;
export
'src/material/card.dart'
;
export
'src/material/checkbox.dart'
;
export
'src/material/chip.dart'
;
...
...
@@ -33,11 +35,9 @@ export 'src/material/icon_theme.dart';
export
'src/material/icon_theme_data.dart'
;
export
'src/material/ink_well.dart'
;
export
'src/material/input.dart'
;
export
'src/material/list.dart'
;
export
'src/material/list_item.dart'
;
export
'src/material/material.dart'
;
export
'src/material/material_app.dart'
;
export
'src/material/material_button.dart'
;
export
'src/material/material_list.dart'
;
export
'src/material/page.dart'
;
export
'src/material/popup_menu.dart'
;
export
'src/material/progress_indicator.dart'
;
...
...
packages/flutter/lib/src/material/
material_
app.dart
→
packages/flutter/lib/src/material/app.dart
View file @
505547ae
File moved
packages/flutter/lib/src/material/
material_
button.dart
→
packages/flutter/lib/src/material/button.dart
View file @
505547ae
File moved
packages/flutter/lib/src/material/dialog.dart
View file @
505547ae
...
...
@@ -6,8 +6,8 @@ import 'dart:async';
import
'package:flutter/widgets.dart'
;
import
'button.dart'
;
import
'colors.dart'
;
import
'material_button.dart'
;
import
'material.dart'
;
import
'theme.dart'
;
...
...
packages/flutter/lib/src/material/flat_button.dart
View file @
505547ae
...
...
@@ -4,7 +4,7 @@
import
'package:flutter/widgets.dart'
;
import
'
material_
button.dart'
;
import
'button.dart'
;
import
'theme.dart'
;
/// A material design "flat button".
...
...
packages/flutter/lib/src/material/
material_
list.dart
→
packages/flutter/lib/src/material/list.dart
View file @
505547ae
File moved
packages/flutter/lib/src/material/raised_button.dart
View file @
505547ae
...
...
@@ -4,8 +4,8 @@
import
'package:flutter/widgets.dart'
;
import
'button.dart'
;
import
'colors.dart'
;
import
'material_button.dart'
;
import
'theme.dart'
;
/// A material design "raised button".
...
...
packages/flutter/lib/src/material/snack_bar.dart
View file @
505547ae
...
...
@@ -4,11 +4,11 @@
import
'package:flutter/widgets.dart'
;
import
'button.dart'
;
import
'flat_button.dart'
;
import
'material.dart'
;
import
'material_button.dart'
;
import
'theme.dart'
;
import
'theme_data.dart'
;
import
'theme.dart'
;
import
'typography.dart'
;
// https://www.google.com/design/spec/components/snackbars-toasts.html#snackbars-toasts-specs
...
...
packages/flutter/lib/src/material/two_level_list.dart
View file @
505547ae
...
...
@@ -6,8 +6,8 @@ import 'package:flutter/widgets.dart';
import
'colors.dart'
;
import
'icon.dart'
;
import
'list.dart'
;
import
'list_item.dart'
;
import
'material_list.dart'
;
import
'theme.dart'
;
import
'theme_data.dart'
;
...
...
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