moor_db_viewer 0.0.2 copy "moor_db_viewer: ^0.0.2" to clipboard
moor_db_viewer: ^0.0.2 copied to clipboard

discontinuedreplaced by: drift_db_viewer
outdated

A package to view your moor database

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:moor_db_viewer_example/my_app.dart';

void main() => runApp(MyApp());