benjamindean / flutter_vibration

Handle vibration on iOS and Android in Flutter apps
219 stars 68 forks source link

problem on installation #5

Closed AndreaMiotto closed 5 years ago

AndreaMiotto commented 5 years ago

Downloading dependencies -> Installing Flutter (1.0.0) -> Installing vibrate (0.0.1)

AndreaMiotto commented 5 years ago

It was a project configuration problem. It was not supporting swift. I've delete android and ios folder, than i've used the command:

flutter create -i swift -a kotlin projectName

And now it works.