POS SYTEM APPLICATIONS
A project about Point Of Sale for Quick service restaurant system This project is a starting point for a Flutter application.
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