Thank you for sharing. Your explanation is detailed and helpful!! I've used this method to move existing code into a package without having to open another Flutter project. Debugging has become much more convenient.🤩
Nice. Could you please show us how to save the whole project as a package? Because i want to embed it inside another project and deep linking didn't work for me.Thanks
Thanks for asking, pls refer to the video 👇where we have discussed about publishing the package for using them globally. th-cam.com/video/0O9h5ihBYpU/w-d-xo.html
Thank you for sharing. Your explanation is detailed and helpful!! I've used this method to move existing code into a package without having to open another Flutter project. Debugging has become much more convenient.🤩
Glad it helped!❤️
THANK YOU FOR THE WONDERFUL VIDEO BRO THANKS AGAIN
Nice. Could you please show us how to save the whole project as a package? Because i want to embed it inside another project and deep linking didn't work for me.Thanks
created package and added into a github repo. How i can release a upgrade of that package , how access old and new version separately
Thanks, great guide:)
Can you create one more video to release this package to git in case the repo is private please?
Thanks for asking, pls refer to the video 👇where we have discussed about publishing the package for using them globally. th-cam.com/video/0O9h5ihBYpU/w-d-xo.html
Thanks you.
in the Newly created package I want to use a widget which is part of my project how to do that?
thank you so much!!!
how to create and handle the .jar file in flutter plugin project and also handle the intent() screen result?