Skip to content

App made with Flutter, to manage the Virtual Store also developed by me.

Notifications You must be signed in to change notification settings

felipecastrosales/virtual-store-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://www.flaticon.com/free-icon/shopping-cart_833314 Kiranshastry

Virtual Store Manager

Topics 📋


About 📖

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.


Preview 📱

  • The application is still under development...

Functionalities 🛠️

  • 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!


Challenges and Learnings along the way 🤯

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!


How to Use 🤔

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

How to Contribute 💪

- 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

License 📝

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 😉


Linkedin Badge