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

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
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

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

Packages that implement argear_flutter_plugin