The Final App

Learn how to configure and compile Flutter apps for cross-platform use.

At the beginning of the course, we chose to create a tree forum app as our learning project where users can post and learn about tree planting events in their region. The project was divided into segments throughout this course, and by progressing through each segment, we developed the app. Now, the final action that remains is to combine the different sections and create a continuous cross-platform application.

To achieve this, we need to do the following:

Routing

We have to use the GetX package to list all the pages we have created in our app to ease the navigation process across the app. The route is listed in the main.dart file as follows:

Get hands-on with 1200+ tech skills courses.