From be43dc81c5490efc8f3a9879e11584890ef8e2a5 Mon Sep 17 00:00:00 2001 From: Tirth Patel Date: Sat, 8 Feb 2020 23:35:08 +0530 Subject: [PATCH] fix: typo in import --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0bffed4..2347dacc 100644 --- a/README.md +++ b/README.md @@ -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'; ```