assentify_sdk 0.0.72 copy "assentify_sdk: ^0.0.72" to clipboard
assentify_sdk: ^0.0.72 copied to clipboard

Assentify Flutter Plugin.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'ini_sdk.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Assentify Sdk',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.black),
        useMaterial3: true,
      ),
      home: const IniSdk(),
    );
  }
}
1
likes
120
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Assentify Flutter Plugin.

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, json_annotation, plugin_platform_interface

More

Packages that depend on assentify_sdk

Packages that implement assentify_sdk