mirror of https://github.com/AMT-Cheif/drift.git
11 lines
308 B
Markdown
11 lines
308 B
Markdown
This is the [DevTools extension](https://pub.dev/packages/devtools_extensions) for drift,
|
|
based on the [drift_db_viewer](https://pub.dev/packages/drift_db_viewer) package.
|
|
|
|
## Debugging
|
|
|
|
To run the extension in standalone mode, run
|
|
|
|
```
|
|
flutter run -d chrome --dart-define=use_simulated_environment=true
|
|
```
|