mirror of https://github.com/AMT-Cheif/drift.git
3ab33227b7
These flags are mentioned in the prose of this section, but it's easy to miss them (or at least, I missed them) there and rely on the `schema generate` command given in the previous section. That one generates the expected files, but with this section's code it leads to an error: Unsupported operation: TableInfo.map in schema verification code because the generated code has a stub implementation of `map`. Make it easier to spot the need for these flags by providing an explicit complete command using them. |
||
---|---|---|
.. | ||
assets/path_provider | ||
lib | ||
pages | ||
templates | ||
test | ||
tool | ||
web | ||
README.md | ||
analysis_options.yaml | ||
build.yaml | ||
pubspec.yaml | ||
theme.yaml | ||
website.yaml |
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