hive icon indicating copy to clipboard operation
hive copied to clipboard

generate docdart

Open rmasarovic opened this issue 3 years ago • 0 comments

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

rmasarovic avatar Jun 08 '22 19:06 rmasarovic