Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ and use the `part` keyword on the top of your files.
As such, a file that wants to use [Freezed] may either start with:

```dart
import 'package:flutter/fundation.dart';
import 'package:flutter/foundation.dart';

part 'my_file.g.dart';
```
Expand Down