A basic Flutter project to explore how to create a widget using MaterialApp
.
- Created a single screen app with a title and an image in
lib/main.dart
- Implemented unit test for the app in
test/widget_test.dart
- Assets can be added within teh project directory (/images/ in this instance) and can be mapped to project using
pubspec.yaml
-->flutter
-->assets
-->asset name
ordirectory name/asset name
ordirectory name
if all assets inside directory need to be added. - App is written in dart language and is capable of building as a native app in both iOS and Android platform.
- Tested and debugged on both iOS as well as Android simulator.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.