Add a plugin to a mono repository
In this part, we are going to add a plugin to an existing mono-repo.
Open a terminal and go to the packages folder.
Go to the packages folder
cd ~/repos/0000000-demo_mono_repo_app-rubigo/packages
Create a Flutter plugin
fvm flutter create -t plugin -...
yapb.dev2 min read