Hemant
Hemant

Reputation: 3

Flutter stable version 1.20.1 build failed issue

I update the Flutter latest stable version 1.20.1 when I click the run button on an already existing project it shows me this error:

Could not resolve the package 'characters' in 'package: characters/characters.dart'.

But when I create a new project and try to run it works.

enter image description here

Upvotes: 0

Views: 523

Answers (1)

timilehinjegede
timilehinjegede

Reputation: 14053

Following the Github issue below, it is a common issue after upgrading to a different Flutter Version

Could not resolve package characters

In my case, I resolved the issue with flutter clean.

Upvotes: 2

Related Questions