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
a8c5f4e8
Commit
a8c5f4e8
authored
Jan 10, 2020
by
Gerrit
Committed by
Flutter GitHub Bot
Jan 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing indentation to assets-images example (#45833)
parent
d907a262
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
16 deletions
+16
-16
pubspec.yaml
...ration_tests/android_embedding_v2_smoke_test/pubspec.yaml
+2
-2
pubspec.yaml
...oid_splash_screens/splash_screen_load_rotate/pubspec.yaml
+2
-2
pubspec.yaml
...id_splash_screens/splash_screen_trans_rotate/pubspec.yaml
+2
-2
pubspec.yaml
dev/integration_tests/ios_add2app/flutterapp/pubspec.yaml
+2
-2
pubspec.yaml.tmpl
packages/flutter_tools/templates/app/pubspec.yaml.tmpl
+2
-2
pubspec.yaml.tmpl
...s/flutter_tools/templates/module/common/pubspec.yaml.tmpl
+2
-2
pubspec.yaml.tmpl
packages/flutter_tools/templates/package/pubspec.yaml.tmpl
+2
-2
pubspec.yaml.tmpl
packages/flutter_tools/templates/plugin/pubspec.yaml.tmpl
+2
-2
No files found.
dev/integration_tests/android_embedding_v2_smoke_test/pubspec.yaml
View file @
a8c5f4e8
...
...
@@ -71,8 +71,8 @@ flutter:
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
- images/a_dot_burr.jpeg
#
- images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
...
...
dev/integration_tests/android_splash_screens/splash_screen_load_rotate/pubspec.yaml
View file @
a8c5f4e8
...
...
@@ -68,8 +68,8 @@ flutter:
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
- images/a_dot_burr.jpeg
#
- images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
...
...
dev/integration_tests/android_splash_screens/splash_screen_trans_rotate/pubspec.yaml
View file @
a8c5f4e8
...
...
@@ -110,8 +110,8 @@ flutter:
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
- images/a_dot_burr.jpeg
#
- images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
...
...
dev/integration_tests/ios_add2app/flutterapp/pubspec.yaml
View file @
a8c5f4e8
...
...
@@ -66,8 +66,8 @@ flutter:
# To add Flutter specific assets to your application, add an assets section,
# like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
- images/a_dot_burr.jpeg
#
- images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
...
...
packages/flutter_tools/templates/app/pubspec.yaml.tmpl
View file @
a8c5f4e8
...
...
@@ -56,8 +56,8 @@ flutter:
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
- images/a_dot_burr.jpeg
#
- images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
...
...
packages/flutter_tools/templates/module/common/pubspec.yaml.tmpl
View file @
a8c5f4e8
...
...
@@ -48,8 +48,8 @@ flutter:
# To add Flutter specific assets to your application, add an assets section,
# like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
- images/a_dot_burr.jpeg
#
- images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
...
...
packages/flutter_tools/templates/package/pubspec.yaml.tmpl
View file @
a8c5f4e8
...
...
@@ -27,8 +27,8 @@ flutter:
# To add assets to your package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
- images/a_dot_burr.jpeg
#
- images/a_dot_ham.jpeg
#
# For details regarding assets in packages, see
# https://flutter.dev/assets-and-images/#from-packages
...
...
packages/flutter_tools/templates/plugin/pubspec.yaml.tmpl
View file @
a8c5f4e8
...
...
@@ -51,8 +51,8 @@ flutter:
# To add assets to your plugin package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
- images/a_dot_burr.jpeg
#
- images/a_dot_ham.jpeg
#
# For details regarding assets in packages, see
# https://flutter.dev/assets-and-images/#from-packages
...
...
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