Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
910 stars 199 forks source link

[Question] Implement latest changes #410

Closed Thesergiolg99 closed 7 months ago

Thesergiolg99 commented 7 months ago

Proposal

Ives seen you guys merged a pull request that added the onCapture option to the package, which is what i need. But the latest package in pub.dev is from 6 months back ,so it doent include this new option. How can i access into it?

Thanks!

g-apparence commented 7 months ago

Hi, Yes I'm working on the complete 2.0.0 release. The thing is I want to test all the example on more devices to be sure everything is ok. Also I have some improvements to add on the Lens selection on Android.

Anyway you can use the master version using this in your pubspec

  camerawesome:
    git:
      url: https://github.com/Apparence-io/CamerAwesome

Once the version on pub is released I encourage you to switch on this version.

Hope It helps

Thesergiolg99 commented 7 months ago

That was absolutely my doubt, thanks!!