name: recipe_book
description: "A new Flutter project."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
version: 1.0.0+1
environment:
sdk: ^3.10.7
# Dependencies specify other packages that your package needs in order to work.
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
cupertino_icons: ^1.0.8
dev_dependencies:
flutter_test:
sdk: flutter
# The following section is specific to Flutter packages.
flutter:
# Se mantiene solo una vez y con 2 espacios de sangría
uses-material-design: true
# Assets ahora tiene los 2 espacios correctos para que Flutter lo reconozca
assets:
- assets/images/
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants"
# For details regarding adding assets from package dependencies, see
#
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section.