I want to import a package’s specific pull request, for example, this one. I wish I could do:
dependencies:
permission_handler:
git: https://github.com/Baseflow/flutter-permission-handler/pull/967
I want to import a package’s specific pull request, for example, this one. I wish I could do:
dependencies:
permission_handler:
git: https://github.com/Baseflow/flutter-permission-handler/pull/967
2
Answers
You can need to use
ref
and give it the value of the commit.Please check this format.