leadlink_api_lc 0.0.4 copy "leadlink_api_lc: ^0.0.4" to clipboard
leadlink_api_lc: ^0.0.4 copied to clipboard

discontinued

Fujian LEAD Equipment Automation Co., LTD. Based on LEADLINK project network API interface.The bottom layer is implemented by LeanCloud cloud development technology, and this API component can be used [...]

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: Text('力联API组件'),
        ),
        body: Center(
          child: RaisedButton(child: Text('测试'),onPressed:onPressAction),
        ),
      ),
    );
  }

  // 测试
  void onPressAction(){
    
  }
}
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Fujian LEAD Equipment Automation Co., LTD. Based on LEADLINK project network API interface.The bottom layer is implemented by LeanCloud cloud development technology, and this API component can be used for APP and background development.

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

common_utils, connectivity, device_info, encrypt, flutter, leancloud_storage

More

Packages that depend on leadlink_api_lc