diff --git a/.gitignore b/.gitignore index 47e0b4d..c7143c3 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,5 @@ build/ !**/ios/**/default.pbxuser !**/ios/**/default.perspectivev3 !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages + +.flutter-plugins-dependencies diff --git a/README.md b/README.md index 87636e2..b4595ae 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ Somethings to consider may include image compression, fetching images using netw ### Database I initially tried using SQLite hence the `assets/izoneapp.db` but then exported it to `assets/izone.json` after realizing how much easier it would be to just use JSON. -I'm keeping this method of editing the `.db` file and exporting to `.json` in case I want to use SQL in the future (for example, if Flutter support for SQLite improves). +I'm keeping this method of editing the `.db` file and exporting to `.json` in case I want to use SQL in the future.