Adopt minimum SDK version, fix docs on mobile

This commit is contained in:
Simon Binder 2021-03-19 20:35:08 +01:00
parent 92ad6d3154
commit f76044989e
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
6 changed files with 16 additions and 14 deletions

View File

@ -10,7 +10,7 @@ dependencies:
hosted:
url: https://simonbinder.eu
name: docsy
version: ^0.1.0
version: ^0.1.1
dev_dependencies:
build_runner: ^1.11.1

View File

@ -1,5 +1,5 @@
themes:
- docsy
- docsy
site:
title: "Moor"
@ -8,7 +8,8 @@ site:
github_repo: "https://github.com/simolus3/moor"
github_subdir: "docs/"
github_branch: master
# gcs_engine_id: "002567324444333206795:_yptu7lact8"
# gcs_engine_id: "002567324444333206795:_yptu7lact8"
sidebar_search_disable: true
links:
user:
@ -24,14 +25,14 @@ site:
desc: "Development takes place here"
menu:
main:
- name: "Documentation & Guides"
url: "/docs/"
- name: "Pub"
url: "https://pub.dev/packages/moor"
- name: "GitHub"
url: "https://github.com/simolus3/moor/"
- name: "API docs"
url: "https://pub.dev/documentation/moor/latest/"
- name: "Documentation & Guides"
url: "/docs/"
- name: "Pub"
url: "https://pub.dev/packages/moor"
- name: "GitHub"
url: "https://github.com/simolus3/moor/"
- name: "API docs"
url: "https://pub.dev/documentation/moor/latest/"
environments:
dev:

View File

@ -6,7 +6,7 @@ homepage: https://moor.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues
environment:
sdk: '>=2.12.0-0 <3.0.0'
sdk: '>=2.12.0 <3.0.0'
dependencies:
async: ^2.5.0

View File

@ -1,4 +1,4 @@
## 4.2.0-dev
## 4.2.0
- Migrate `package:moor_generator/api/migrations.dart` to null-safety
- Support for newer sqlite features in compiled queries

View File

@ -45,6 +45,7 @@ dev_dependencies:
build_runner: ^1.12.0
build_test: ^2.0.0
json_serializable: ^4.0.0
pub_semver: ^2.0.0
executables:
moor_generator:

View File

@ -6,7 +6,7 @@ homepage: https://github.com/simolus3/moor/tree/develop/sqlparser
issue_tracker: https://github.com/simolus3/moor/issues
environment:
sdk: '>=2.12.0-0 <3.0.0'
sdk: '>=2.12.0 <3.0.0'
dependencies:
meta: ^1.3.0