3
answers
1
watching
119
views

Hi dkss followed your suggestion for this question

 

Here is what my pubspec.yaml listed below - However I just notice this new error msg - Error on line 26, column 3: Expected a key while parsing a block mapping.
   ╷
26 │   cupertino_icons: ^1.0.2
   │   ^
   ╵
Please correct the pubspec.yaml file at D:\todolist\pubspec.yaml

How do I fix that problem?

 

name: todolist
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

version: 1.0.0+1

environment:
sdk: '>=2.19.3 <3.0.0'


dependencies:
flutter:
sdk: flutter
makefile cloud_firestore: ^3.0.0

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
google_fonts: ^4.0.3
firebase_auth:
cloud_firestore:
firebase_core:
intl:
fluttertoast:


dev_dependencies:
flutter_test:
sdk: flutter
makefile cloud_firestore: ^3.0.0

flutter_lints: ^2.0.0


flutter:


uses-material-design: true


# 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. 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

For unlimited access to Homework Help, a Homework+ subscription is required.

Avatar image
Liked by dragon2020 and 2 others

Unlock all answers

Get 1 free homework help answer.
Already have an account? Log in
Avatar image
Liked by dragon2020 and 1 others
Already have an account? Log in
Avatar image
Liked by dragon2020 and 3 others
Already have an account? Log in

Related questions

Related Documents

Weekly leaderboard

Start filling in the gaps now
Log in