add barcode scan

This commit is contained in:
Sai Naw Wun
2020-09-15 07:13:41 +06:30
parent eccea7ee02
commit ad527409ec
61 changed files with 4387 additions and 488 deletions

View File

@@ -9,6 +9,8 @@ void main() {
Config(
flavor: Flavor.DEV,
color: Colors.blue,
reportURL: "http://192.168.100.11:8080",
reportProjectID: "fcs-dev",
apiURL: "http://192.168.100.11:7777",
level: Level.ALL);
runApp(App());