-
Notifications
You must be signed in to change notification settings - Fork 220
Closed
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
Dart version 3.8.1
Packages: build_runner: 2.6.0
, build: 3.0.0
Builders: hive_ce_generator
macOS
@GenerateAdapters(
[
AdapterSpec<ClassSpec1>(),
AdapterSpec<ClassSpec2>(),
AdapterSpec<ClassSpec3>(),
AdapterSpec<ClassSpec4>(),
AdapterSpec<EnumSpec>(),
],
firstTypeId: 50,
)
part 'hive_adapters.g.dart';
This used to work fine before build version 3.0.0, but now build_runner seems to ignore the annotation
Metadata
Metadata
Assignees
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)