raavailability 0.1.0 copy "raavailability: ^0.1.0" to clipboard
raavailability: ^0.1.0 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, for IOS isnt implemented yet.

Getting Started #

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.

See the example file.

1
likes
0
pub points
0%
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