Skip to content

πŸ†“ πŸ› Owanto is an e-commerce template to help developers kick off with their projects. Several commands are implemented. StateManagement using Providers - ChangeNotifier Providers etc. The App design is quite clean and sober. Feel free to change whatever suits you the best.

JordyHers/Owanto_e-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Owanto'o πŸ›

owanto_app

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.

1.Template

RPReplay_Final1641849403.mp4

2.Download the repository ⬇

Download the files or git clone the repository.

git clone

Folder structure

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         
β”‚       └── ...
└── ...

Run project

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());
}

About

πŸ†“ πŸ› Owanto is an e-commerce template to help developers kick off with their projects. Several commands are implemented. StateManagement using Providers - ChangeNotifier Providers etc. The App design is quite clean and sober. Feel free to change whatever suits you the best.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages