Here is an example of making a Provincial Heritage App using Flutter. Let's spread our culture and tradition.
- It's better to clone or download the project.
- Always before writing codes make sure that all the assets (images, fonts, etc) are added in the project directory.
Skip this step if you have cloned or downloaded this project from github:
-
Create a fonts directory and add required fonts from Google Fonts.
-
Create a images directory and paste required images.
-
Now edit the pubspec.yaml (images are added under assets section and fonts are added under fonts section ).
-
Now run Get Packages to successfully commit your changes.
-
Create a 'helper' directory inside 'lib' directory and add model class (structure class) and models class ( list of models with custom get method).
-
Now create a 'ui' directory inside 'lib' directory and add your custom UI. For better look add Ui widget of this project.
-
Now set your home of Material App as UI widget.
For more about Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.