After upgrading to flutter 3.0 you will get below error if you run,
Flutter Error: Member not found: ‘UnicodeChar’
To solve this error, do the below things
- run flutter clean
- delete pubspec.lock file
- flutter pub get.
After upgrading to flutter 3.0 you will get below error if you run,
Flutter Error: Member not found: ‘UnicodeChar’
To solve this error, do the below things