moor_db_viewer 5.0.0 moor_db_viewer: ^5.0.0 copied to clipboard
A package to view your moor database in your own app with filtering and without the need of exporting your db file.
import 'package:flutter/material.dart';
import 'package:moor_db_viewer_example/app.dart';
void main() => runApp(MyApp());