Skip to content

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

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';

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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