assentify_sdk 0.0.49 copy "assentify_sdk: ^0.0.49" to clipboard
assentify_sdk: ^0.0.49 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
0
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

Assentify Flutter Plugin.

License

unknown (license)

Dependencies

dio, flutter, json_annotation, plugin_platform_interface

More

Packages that depend on assentify_sdk

Packages that implement assentify_sdk