Sep 7, 2024
Column
widget for top-to-bottom layout.Row
widget for left-to-right layout.Text
widget.location detail
.Container
widget for colored boxes for visual structure.mainAxisAlignment
& crossAxisAlignment
for layout control.main axis
and cross axis
in Flutter.TextSection
to improve code organization.assets/images
directory.pubspec.yaml
for image assets configuration.Image
widget within Container
.pubspec.yaml
.style.dart
file to define text styles for the app.Location
and LocationFact
).fetchAll
, fetchByID
).onGenerateRoute
for dynamic navigation.Map
.app.dart
.