drift/docs
Simon Binder 20e6b0d5fe
Fix crash, support type converters in views
2023-01-06 14:27:15 +01:00
..
assets/path_provider Extract snippets for documentation 2022-02-13 16:55:57 +01:00
lib Add documentation and changelog 2022-12-27 22:26:31 +01:00
pages Fix crash, support type converters in views 2023-01-06 14:27:15 +01:00
templates Collect documentation for 2.0 release 2022-08-13 14:18:17 +02:00
test Move snippet test to docs package 2022-08-15 19:55:06 +02:00
tool Don't require tokens for some AST classes 2022-12-30 20:46:18 +01:00
web Add Flutter favorite icon to website 2021-12-09 00:21:57 +01:00
README.md Simplify documentation setup 2022-10-25 22:15:09 +02:00
analysis_options.yaml Migrate to `package:lints` 2022-08-13 23:33:05 +02:00
build.yaml Fix missing semicolon in drift docs (#2118) 2022-11-02 21:26:20 +01:00
pubspec.yaml Static analysis support for custom functions 2022-12-02 23:34:42 +01:00
theme.yaml
website.yaml Replace old website and repository links 2022-03-13 15:52:15 +01:00

README.md

Drift documentation

Welcome to the source of drift's documentation, live at drift.simonbinder.eu. We use a static site generator based on build_runner to build the documentation.

Running the website locally

For a fast edit-refresh cycle, run

dart run build_runner serve web:8080 --live-reload

Building the website

To build the website into a directory out, use:

dart run build_runner build --release --output web:out