Owanto'o is a e-commerce platform template This project only contains the front end part and is not connected to a database. The state management has been implemented and login,sign up, checkout pages implemented.
RPReplay_Final1641849403.mp4
Download the files or git clone the repository.
git clone
the project folder structure is the following:
.
βββ src
β βββ const # contains all the constants
βββ ...
β βββ data # data layer
βββ model
βββ service
β βββ router # navigation 2.0
βββ ...
β βββ view # pages and screens
βββ screen
βββ component
βββ widgets
βββ ...
β βββ viewmodel
β βββ ...
βββ ...
to run the project follow the following commands
> flutter pub get
> flutter clean
> flutter run
The project starts in main.dart.
void main() {
runApp(MyApp());
}