Skip to content

import 'package:meta/meta.dart'; required in all source files. #2

@pauldemarco

Description

@pauldemarco

Since the generated file contains some annotations from the meta package, (@immutable, @required), this import statement is needed in all data class files:

import 'package:meta/meta.dart';
import 'package:auto_data/auto_data.dart';

Ideally there should only be the auto_data import statement:

import 'package:auto_data/auto_data.dart';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions