Want to use local flutter package in another flutter application? locate this file in your flutter application => pubspec.yaml make local dependency:
1 2 3 4 5 | dependencies: flutter: sdk: flutter my_new_package: path: ./my_new_package |
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.