flutter_kin_ecosystem_sdk 0.2.0 copy "flutter_kin_ecosystem_sdk: ^0.2.0" to clipboard
flutter_kin_ecosystem_sdk: ^0.2.0 copied to clipboard

discontinued
outdated

A flutter Kin Ecosystem SDK plugin to use offers features and launch Kin Marketplace.

example/lib/main.dart

import 'package:flutter/material.dart';

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

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {

  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(
          child: Text('Running'),
        ),
      ),
    );
  }
}
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A flutter Kin Ecosystem SDK plugin to use offers features and launch Kin Marketplace.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_kin_ecosystem_sdk