- About 📖
- Preview 📱
- Functionalities 🛠️
- Challenges and Learnings along the way 🤯
- How to Use 🤔
- How to Contribute 💪
- License 📝
This Futter app made using BLoC Pattern to separate the logic from the layout.
The purpose of this application is to manage the Virtual Store that I developed previously, where you can see more about the application selling alltopics.
This is the Virtual Store Management application, to manage the store I created earlier.
- The application is still under development...
-
Manage the Virtual Store;
-
Manage the Virtual Store as a whole;
-
On orders:
- View the entire history of products sold,
- View customers and their order list (with total),
- Being able to sort the list.
-
Customers:
- Access all customers of your store,
- View your purchases.
-
In the products tab:
- Create,
- Read,
- Updates,
- Delete.
- When creating a product you must fill in all the fields to register them (with photos and texts), with a field validation.
-
This application will help a lot to not have to keep updating all my products directly from Firebase, but the app, which is much simpler and faster!
-
Among many other benefits and features that I will add with new updates!
When studying Flutter, I see that many things that used to be a little complex for me, today are no longer as they were before.
In this application, I reviewed many widgets, I understood even more about logic, about BLoC, which separes logic from layout, and I did very well developing this application.
Every day I feel that I am evolving more and more, and I hope it never stops!
First of all, correctly configure the Flutter development environment on your machine,
see https://flutter.dev/docs/get-started/install
- Clone this repository:
$ git clone https://github.com/felipecastrosales/virtual-store-manager
virtual-store-manager
- Enter in directory:
$ cd virtual-store-manager
- For install dependencies:
$ flutter pub get
- Run the app:
$ flutter run
- Fork the project
- Create a new branch with your changes:
$ git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"
- Submit your changes:
$ git push origin my-feature
This repository is under MIT license. You can see the LICENSE file for more details. 😉
This project was developed with ❤️ by @Felipe Sales, with the instructor Daniel Ciolfi, in the course "Creating Android and iOS Apps with Flutter - Create 16 Apps" on Udemy.
If it helped you, give ⭐, contribute, it will help me too 😉