raavailability 0.1.3 copy "raavailability: ^0.1.3" to clipboard
raavailability: ^0.1.3 copied to clipboard

outdated

Plugin to check if AR is available on android and ios devices.

raavailability #

A flutter plugin that check if AR is available for Android and IOS. To check for android we use com.google.ar.core and to check for IOS we use ARKit.

Getting Started #

You have to put in your AndroidManifest.xml inside

Android #

If device supported RA and already have Google Play Services for RA installed, the method Raavailability.isSupported returns true, if Google Play Services for RA isn't installed yet, we ask the user to install, open the Google Play Services for RA page at play store and Raavailability.isSupported returns false.
After that, if the device is able to install and the user install, the Raavailability.isSupported will return true. If the user dont install, the Raavailability.isSupported will keep returning false.

IOS #

For Ios if device have IOS 11 or higher we check ARKit.isSupported, otherwise will return false.

Example #

See the example file.

1
likes
0
pub points
27%
popularity

Publisher

unverified uploader

Plugin to check if AR is available on android and ios devices.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on raavailability