argear_flutter_plugin 0.0.2 copy "argear_flutter_plugin: ^0.0.2" to clipboard
argear_flutter_plugin: ^0.0.2 copied to clipboard

PlatformAndroidiOS
outdated

ARGear SDK Flutter Plugin. This plugin supports Android and iOS. All features supported by ARGear SDK are all features supported by ARGear SDK.

example/lib/main.dart

import 'package:argear_flutter_plugin_example/main_page.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return GetMaterialApp(
      debugShowCheckedModeBanner: false,
      initialRoute: '/',
      routes: {
        '/': (_) => MainPage(),
      },
      fallbackLocale: Locale('en', 'US'),
    );
  }
}
3
likes
130
pub points
20%
popularity

Publisher

unverified uploader

ARGear SDK Flutter Plugin. This plugin supports Android and iOS. All features supported by ARGear SDK are all features supported by ARGear SDK.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on argear_flutter_plugin