Link to platforms page from getting started

This commit is contained in:
Simon Binder 2022-03-20 12:38:53 +01:00
parent c0bd703122
commit fcc7e42d23
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
3 changed files with 2 additions and 5 deletions

View File

@ -37,6 +37,7 @@ If you're wondering why so many packages are necessary, here's a quick overview
- `drift`: This is the core package defining most apis
- `sqlite3_flutter_libs`: Ships the latest `sqlite3` version with your Android or iOS app. This is not required when you're _not_ using Flutter,
but then you need to take care of including `sqlite3` yourself.
For an overview on other platforms, see [platforms]({{ '../platforms.md' | pageUrl }}).
- `path_provider` and `path`: Used to find a suitable location to store the database. Maintained by the Flutter and Dart team
- `drift_dev`: This development-only dependency generates query code based on your tables. It will not be included in your final app.
- `build_runner`: Common tool for code-generation, maintained by the Dart team

View File

@ -33,6 +33,7 @@ If you're wondering why so many packages are necessary, here's a quick overview
- `drift`: This is the core package defining most apis
- `sqlite3_flutter_libs`: Ships the latest `sqlite3` version with your Android or iOS app. This is not required when you're _not_ using Flutter,
but then you need to take care of including `sqlite3` yourself.
For an overview on other platforms, see [platforms]({{ '../platforms.md' | pageUrl }}).
- `path_provider` and `path`: Used to find a suitable location to store the database. Maintained by the Flutter and Dart team
- `drift_dev`: This development-only dependency generates query code based on your tables. It will not be included in your final app.
- `build_runner`: Common tool for code-generation, maintained by the Dart team

View File

@ -53,8 +53,3 @@ dependency_overrides:
git:
url: https://github.com/simolus3/mime.git
ref: woff2
# https://github.com/dart-lang/dart_style/issues/1095
dart_style:
git:
url: https://github.com/dart-lang/dart_style.git