ttlock_flutter 0.3.7 copy "ttlock_flutter: ^0.3.7" to clipboard
ttlock_flutter: ^0.3.7 copied to clipboard

The ttLock flutter plugin that used to controle smart lock and gateway.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'home_page.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: HomePage(),
    );
  }
}
15
likes
75
points
120
downloads

Publisher

unverified uploader

Weekly Downloads

The ttLock flutter plugin that used to controle smart lock and gateway.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ttlock_flutter

Packages that implement ttlock_flutter