Last updated:
0 purchases
iron db debug
iron_db_debug #
扩展iron_db,增加调试数据功能
Getting started #
flutter pub add iron_db_debug
copied to clipboard
Usage #
import 'package:iron_db_debug/iron_db_debug.dart';
final Database db = await Iron.debugAssetsDB();
copied to clipboard
Additional information #
独立出库主要是调试功能要读写项目assets目录在mac端依赖了file_selector,
这个是iron_db不必要的依赖不应该传递给iron_db的用户,
不需要的就不要依赖iron_db_debug,
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.