diff --git a/.gitignore b/.gitignore index fdca77f..755dfe9 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ app.*.map.json # Env files .env.* !.env.*.example +!assets/.env.* diff --git a/assets/.env.development b/assets/.env.development new file mode 100644 index 0000000..f9fc045 --- /dev/null +++ b/assets/.env.development @@ -0,0 +1,12 @@ +API_BASE_URL=http://localhost:8080 + +FEATURE_VENDORS_ENABLED=true +FEATURE_PRODUCTS_ENABLED=true +FEATURE_WAREHOUSES_ENABLED=true +FEATURE_CUSTOMERS_ENABLED=true +FEATURE_USERS_ENABLED=false +FEATURE_GROUPS_ENABLED=false +FEATURE_MENUS_ENABLED=false +FEATURE_GROUP_PERMISSIONS_ENABLED=false +FEATURE_APPROVALS_ENABLED=false +FEATURE_ZIPCODE_SEARCH_ENABLED=false diff --git a/pubspec.yaml b/pubspec.yaml index 045330a..c9dd0e7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -69,6 +69,9 @@ flutter: # the material Icons class. uses-material-design: true + assets: + - assets/.env.development + # To add assets to your application, add an assets section, like this: # assets: # - images/a_dot_burr.jpeg