ToLaptop
This commit is contained in:
20
pubspec.yaml
20
pubspec.yaml
@@ -31,7 +31,14 @@ dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
archive: ^3.1.2
|
||||
just_audio: ^0.9.36
|
||||
just_audio_windows: ^0.2.0
|
||||
audioplayers: ^5.2.1
|
||||
csv: ^5.1.1
|
||||
http: any
|
||||
google_fonts: ^6.1.0
|
||||
intl: any
|
||||
text_scroll: ^0.2.0
|
||||
|
||||
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
@@ -63,6 +70,10 @@ flutter:
|
||||
# To add assets to your application, add an assets section, like this:
|
||||
assets:
|
||||
- assets/ibus_recordings.zip
|
||||
- assets/datasets/bus-sequences.csv
|
||||
- assets/fonts/ibus/london-buses-ibus.ttf
|
||||
- assets/audio/manual_announcements/
|
||||
- assets/audio/to_destination.wav
|
||||
|
||||
# - images/a_dot_burr.jpeg
|
||||
# - images/a_dot_ham.jpeg
|
||||
@@ -78,7 +89,14 @@ flutter:
|
||||
# "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:
|
||||
fonts:
|
||||
- family: "ibus"
|
||||
fonts:
|
||||
- asset: assets/fonts/ibus/london-buses-ibus.ttf
|
||||
- family: "lcd"
|
||||
fonts:
|
||||
- asset: assets/fonts/lcd/lcddot.ttf
|
||||
|
||||
# - family: Schyler
|
||||
# fonts:
|
||||
# - asset: fonts/Schyler-Regular.ttf
|
||||
|
||||
Reference in New Issue
Block a user