flutter_zcyim_sdk 2.3.2 copy "flutter_zcyim_sdk: ^2.3.2" to clipboard
flutter_zcyim_sdk: ^2.3.2 copied to clipboard

flutter_zcyim_sdk

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: Column(
          children: [
            TextButton(onPressed: () {}, child: Text('login')),
          ],
        ),
      ),
    );
  }
}
0
likes
140
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

flutter_zcyim_sdk

Homepage
Repository

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_zcyim_sdk

Packages that implement flutter_zcyim_sdk