Store-pattern - The prototype for management applications built with Flutter

Overview

store-pattern
Store Pattern

👑 The lightweight design pattern for small management applications.

Features

  • Ordering foods by table.
  • Checkout, preview & print invoice.
  • Profile feature.
  • Manage food & category.
  • Manage table.
  • Manage account.
  • Sales report.

Structure

Install

Clone this project:

git clone https://github.com/uiters/store-pattern.git

cd store-pattern:

cd store-pattern

Install packages for flutter apps:

flutter packages get

Setup API with php see here

Setup API with docker see here

Run:

  • Requrie install ant
sudo apt install ant
  • Run admin_app:
cd admin_app
flutter run
  • Run kitchen_app
cd kitchen_app
ant run
  • Run order_app
order_app
flutter run

Usage

Please don't change password

Using this account for testing:

username: test
password: test

Using this account admin for testing:

username: tvc12
password: tvc12

username: admin
password: admin

Enjoy 👍

Documents

For help getting started with Flutter, view our online documentation.

Technologies

Some Screens

Order App

Admin App

Kitchen App

Bugs and Issues

Have a bug or an issue with this project? Open a new issue here on GitHub.

Contributors

back to top

License

FOSSA Status

You might also like...

Flutter bloc example - An app for State management using BLoC pattern in Flutter

Flutter bloc example - An app for State management using BLoC pattern in Flutter

Flutter BLoC My first app for State management using BLoC pattern in Flutter Col

Jun 16, 2022

MVC pattern for flutter. Works as state management, dependency injection and service locator.

MVC pattern for flutter. Works as state management, dependency injection and service locator.

MVC pattern for flutter. Works as state management, dependency injection and service locator. Model View Controller Here's a diagram describing the fl

Dec 12, 2022

Easy Form State Management using BLoC pattern

🔥 Dart and Flutter Package 🔥 Easy Form State Management using BLoC pattern 🔥 Wizard/stepper forms, asynchronous validation, dynamic and conditional fields, submission progress, serialization and more! 🔥

Jan 8, 2023

Keyboard Store UI Built With Flutter

Keyboard Store UI Built With Flutter

Flutter UI Day 15 of 100 - Keyboard Store UI Getting Started git clone https://github.com/afifudinn/flutter-keyboard-store cd flutter-keyboard-store f

Dec 4, 2021

A Store UI Built With Flutter

A Store UI Built With Flutter

Follof for more from ig: @Countrol4Offical Run This Comments $flutter pub get $f

Feb 7, 2022

This is a HubSpot clone Application built with DhiWise. It uses HubSpot APIs to store and retrieve data.

This is a HubSpot clone Application built with DhiWise. It uses HubSpot APIs to store and retrieve data.

HubSpot A Flutter Application, Built with ❤️ from DhiWise This is a HubSpot clone Application built with Flutter. It uses HubSpot APIs to store and re

Nov 27, 2022

An implementation of the behavioral composition pattern for Flame. Built by Very Good Ventures 🦄

An implementation of the behavioral composition pattern for Flame. Built by Very Good Ventures 🦄

Flame Behaviors Developed with 💙 by Very Good Ventures 🦄 An implementation of the behavioral composition pattern for Flame. Installation 💻 flutter

Jan 2, 2023
Comments
  • The getter 'length' was called on null.

    The getter 'length' was called on null.

    Hi I have downloaded this project I have followed the instructions to copy your .sql database file inside my "myphpadmin". I have tried with 'normal' and 'security' php files but without results and after I have paste my index.php address inside the code, how the your instruction. Yet the verision of the .sql database file is out of date (deprecated) and for this I have some problem when I import the your .sql database file inside the my "myphpadmin". Whenever I receive the following error:

    Exception has occurred. NoSuchMethodError (NoSuchMethodError: The getter 'length' was called on null. Receiver: null Tried calling: length)

    How can I solve this, please is there anyone that can help me?

    bug 
    opened by federico2390 3
  • please share php and mysql for test this project.

    please share php and mysql for test this project.

    hello!! i beginner flutter and i interest this project but can not test this project . please share php and mysql for test this project for helpful with me

    opened by suton 3
  • Add license scan report and status

    Add license scan report and status

    Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README.

    Below are docs for integrating FOSSA license checks into your CI:

    opened by fossabot 1
Releases(v1.1.0)
Owner
UITers
UITers
👑 The lightweight design pattern for small management applications.

Store Pattern ?? The lightweight design pattern for small management applications. Features | Structure | Install | Usage | Documents | Technologies |

UITers 71 Sep 26, 2022
Art e-commerce app prototype. Developed using Flutter.

Artistique Art E-Commerce Store Prototype. Login Home A Swiper and ListViews to showcase your products. Products And Themes Filter, Sort and View Prof

null 0 Aug 20, 2022
Prototype of a financial mobile application.

Vizier Prototype of a financial mobile application. About The main goal was to create an application with a custom UI without using external libraries

Merixstudio 200 Jan 4, 2023
A lightweight flutter plugin to check if your app is up-to-date on Google Play Store or Apple App Store

App Version Checker this package is used to check if your app has a new version on playstore or apple app store. or you can even check what is the lat

Iheb Briki 6 Dec 14, 2022
Shoes-Store-App-UI-Flutter - Beautiful Shoes Store App UI with support for dark and light mode

Flutter Shoes Store App UI with support for dark and light mode. Flutter 2.8.1 N

Jakub Sobański 4 Nov 23, 2022
[Flutter package] An easy and quick way to check if the local app is updated with the same version in their respective stores (Play Store / Apple Store ).

Retrieve version and url for local app update against store app Android and iOS Features Using as reference packages like in_app_update , version_chec

Kauê Murakami 11 Nov 9, 2022
A starter kit for beginner learns with Bloc pattern, RxDart, sqflite, Fluro and Dio to architect a flutter project. This starter kit build an App Store app as a example

Flutter Starter Kit - App Store Example A starter kit for beginner learns with Bloc pattern, RxDart, sqflite, Fluro and Dio to architect a flutter pro

kw101 678 Jan 8, 2023
Create different mobile applications such as a social networking application and an online store, as well as a news application using Flutter

Develop-Different-Mobile-Applications Create Different Mobile Applications such as a social networking application and an online store, as well as a n

Ebrahim Mohamed 2 Jul 1, 2022
State Persistence - Persist state across app launches. By default this library store state as a local JSON file called `data.json` in the applications data directory. Maintainer: @slightfoot

State Persistence Persist state across app launches. By default this library store state as a local JSON file called data.json in the applications dat

Flutter Community 70 Sep 28, 2022
Another way to build Flutter applications for mobile, web and desktop using the powerful of MVC Design Pattern.

Karee Another way to build Flutter applications for mobile, web and desktop using the powerful of MVC Design Pattern. + = About Karee Karee is a frame

@LeCode 44 Sep 29, 2022