Implement multi-screen app UI flow and navigation
This commit is contained in:
@@ -68,6 +68,17 @@ flutter:
|
||||
# the material Icons class.
|
||||
uses-material-design: true
|
||||
|
||||
fonts:
|
||||
- family: WorkSans
|
||||
fonts:
|
||||
- asset: assets/fonts/WorkSans-Regular.ttf
|
||||
- asset: assets/fonts/WorkSans-Medium.ttf
|
||||
weight: 500
|
||||
- asset: assets/fonts/WorkSans-SemiBold.ttf
|
||||
weight: 600
|
||||
- asset: assets/fonts/WorkSans-Bold.ttf
|
||||
weight: 700
|
||||
|
||||
# To add assets to your application, add an assets section, like this:
|
||||
# assets:
|
||||
# - images/a_dot_burr.jpeg
|
||||
|
||||
Reference in New Issue
Block a user