From fcc7e42d23af2850dbe991f59313b49ed1418fa0 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Sun, 20 Mar 2022 12:38:53 +0100 Subject: [PATCH] Link to platforms page from getting started --- docs/pages/docs/Getting started/index.md | 1 + docs/pages/docs/Getting started/starting_with_sql.md | 1 + docs/pubspec.yaml | 5 ----- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/pages/docs/Getting started/index.md b/docs/pages/docs/Getting started/index.md index b570b212..740c2df3 100644 --- a/docs/pages/docs/Getting started/index.md +++ b/docs/pages/docs/Getting started/index.md @@ -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 diff --git a/docs/pages/docs/Getting started/starting_with_sql.md b/docs/pages/docs/Getting started/starting_with_sql.md index 4858307f..d122f1a5 100644 --- a/docs/pages/docs/Getting started/starting_with_sql.md +++ b/docs/pages/docs/Getting started/starting_with_sql.md @@ -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 diff --git a/docs/pubspec.yaml b/docs/pubspec.yaml index 041d1997..6b888f09 100644 --- a/docs/pubspec.yaml +++ b/docs/pubspec.yaml @@ -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