whatsapp_clone
whatsapp_clone copied to clipboard
Plugins missing
I was trying to get it running to learn Flutter but seems it cannot restore flutter packages.
> Git error. Command: git clone --mirror git://github.com/ng-kode/plugins.git C:\Flutter\.pub-cache\git\cache\plugins-7ca0117101e542f66ed22eaaafbac41f8b116108
> Cloning into bare repository 'C:\Flutter\.pub-cache\git\cache\plugins-7ca0117101e542f66ed22eaaafbac41f8b116108'...
> fatal: remote error:
> Repository not found.
I ave the same prbolem, has anyone solved it?
Worst developer, not even replying:- Dependancy missing "camera"
Hello developers, this camera missing issue can be solved by commenting, this code
camera: git: url: git://github.com/ng-kode/plugins.git path: packages/camera
in the pubspec.yaml file and then add camera: ^0.5.8+11
to you dev_dependencies,
this issue will be solved