Last active
April 17, 2018 06:25
-
-
Save Blasanka/3dece37b5b28f5bbf099581ae4cbe8aa to your computer and use it in GitHub Desktop.
This yaml file for how to add background image(gist: https://gist.github.com/Blasanka/74923852d070c4a0c6eb07953ca9ddd5) to flutter app. learn more in slcoderlk.blogspot.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: motivational_quote_app | |
description: A new Flutter project. | |
dependencies: | |
flutter: | |
sdk: flutter | |
# The following adds the Cupertino Icons font to your application. | |
# Use with the CupertinoIcons class for iOS style icons. | |
cupertino_icons: ^0.1.0 | |
dev_dependencies: | |
flutter_test: | |
sdk: flutter | |
# For information on the generic Dart part of this file, see the | |
# following page: https://www.dartlang.org/tools/pub/pubspec | |
# The following section is specific to Flutter. | |
flutter: | |
# The following line ensures that the Material Icons font is | |
# included with your application, so that you can use the icons in | |
# the material Icons class. | |
uses-material-design: true | |
# To add assets to your application, add an assets section, like this: | |
# assets: | |
# - images/a_dot_burr.jpeg | |
# - images/a_dot_ham.jpeg | |
assets: | |
- assets/images/bill-gates.jpg | |
- assets/images/steve-jobs.jpg | |
- assets/images/mark-zuckerberg.JPG | |
- assets/images/jerry-west.jpg | |
- assets/images/bill-hicks.jpg | |
- assets/images/jim-rohn.jpg | |
- assets/images/Oscar_wilde.jpg | |
- assets/images/carlos-castaneda.jpg | |
- assets/images/thomas-edison.jpg | |
- assets/images/bruce-van-horn.jpg | |
- assets/images/WaltDisney.jpg | |
- assets/images/john-lennon.jpg | |
- assets/images/huxley-lsd.png | |
- assets/images/bruce-lee.jpg | |
# An image asset can refer to one or more resolution-specific "variants", see | |
# https://flutter.io/assets-and-images/#resolution-aware. | |
# For details regarding adding assets from package dependencies, see | |
# https://flutter.io/assets-and-images/#from-packages | |
# To add custom fonts to your application, add a fonts section here, | |
# in this "flutter" section. Each entry in this list should have a | |
# "family" key with the font family name, and a "fonts" key with a | |
# list giving the asset and other descriptors for the font. For | |
# example: | |
# fonts: | |
# - family: Schyler | |
# fonts: | |
# - asset: fonts/Schyler-Regular.ttf | |
# - asset: fonts/Schyler-Italic.ttf | |
# style: italic | |
# - family: Trajan Pro | |
# fonts: | |
# - asset: fonts/TrajanPro.ttf | |
# - asset: fonts/TrajanPro_Bold.ttf | |
# weight: 700 | |
# | |
# For details regarding fonts from package dependencies, | |
# see https://flutter.io/custom-fonts/#from-packages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment