hive
hive copied to clipboard
generate docdart
Question Hi guys i have this class but i want to generate doc for my project but how i create library for all hive classes?
for example Code sample
import 'dart:io';
import 'package:hive/hive.dart';
part 'main.g.dart';
@HiveType(typeId: 1)
class Person {}
i want to library hive_models and class Person
thx