Skip to content

t31v12d98/Pos-System-App-master

Repository files navigation

pos_apps

POS SYTEM APPLICATIONS

Getting Started

A project about Point Of Sale for Quick service restaurant system This project is a starting point for a Flutter application.

Naming convention

Filename: lowercase, use "_" between letter

  • Ex: home_screen.dart

Widget Name (class name): UpperCase

  • Ex: HomeScreen

Function Name: camelCase, first letter must be a action of that function

  • Ex: loginToSystem() {}

Constants: FULLUPPERCASE

  • Ex: BASE_URL

Foldername: lowercase, use "_" between letter

  • Ex: home_screen

Build Web : flutter build web --release --web-renderer html Build windows : flutter build windows --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published