pinelab_sdk 0.0.6 copy "pinelab_sdk: ^0.0.6" to clipboard
pinelab_sdk: ^0.0.6 copied to clipboard

PlatformAndroid

Unofficial Pinelabs Integration SDK for Keltron inhouse projects

example/lib/main.dart

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

import 'app/routes/app_pages.dart';

void main() {
  runApp(
    GetMaterialApp(
      title: "Application",
      initialRoute: AppPages.INITIAL,
      getPages: AppPages.routes,
    ),
  );
}
0
likes
150
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Unofficial Pinelabs Integration SDK for Keltron inhouse projects

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on pinelab_sdk