Skip to content

Commit

Permalink
Add .flutter-plugins-dependencies to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Nguyen committed Jul 15, 2020
1 parent b2d3760 commit 93e4200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ build/
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

.flutter-plugins-dependencies
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 93e4200

Please sign in to comment.