apple_vision_commons 0.0.3 copy "apple_vision_commons: ^0.0.3" to clipboard
apple_vision_commons: ^0.0.3 copied to clipboard

A Flutter plugin with commons files to implement Apple vision made for osx.

apple_vision_commons #

Pub Version analysis License: MIT

A Flutter plugin with common methods used in apple_vision.

PLEASE READ THIS before continuing or posting a new issue:

  • Apple Vision was built only for osx apps.

  • This plugin is not sponsor or maintained by Apple. The authors are developers who wanted to make a similar plugin to Google's ml kit for macos.

  • Apple Vision API in only developed natively for osx. This plugin uses Flutter Platform Channels as explained here.

    Because this plugin uses platform channels, no Machine Learning processing is done in Flutter/Dart, all the calls are passed to the native platform using FlutterMethodChannel, and executed using the Apple Vision API.

  • Since the plugin uses platform channels, you may encounter issues with the native API. Before submitting a new issue, identify the source of the issue. This plugin is only for osx. The authors do not have access to the source code of their native APIs, so you need to report the issue to them. If you have an issue using this plugin, then look at our closed and open issues. If you cannot find anything that can help you then report the issue and provide enough details. Be patient, someone from the community will eventually help you.

Getting Started #

This plugin is only needed if you are using one of the other apple_vision plugins available.

Example app #

Find the example for each of the packages in there example folder.

Contributing #

Contributions are welcome. In case of any problems look at existing issues, if you cannot find anything related to your problem then open an issue. Create an issue before opening a pull request for non trivial fixes. In case of trivial fixes open a pull request directly.

0
likes
120
pub points
36%
popularity

Publisher

unverified uploader

A Flutter plugin with commons files to implement Apple vision made for osx.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on apple_vision_commons