Home > Software engineering >  Flutter import package:sqfite not reconize
Flutter import package:sqfite not reconize

Time:11-19

Hi everyone I'm starting to learn mobile cross-platform development with flutter. But right now I'm stuck at sqlite dependency. Can anyone help please!! thank you for your time.

enter image description here

CodePudding user response:

My solution: go to https://pub.dev and search lib you want. open terminal and input

flutter pub get <lib>
  • Related