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

The ttLock flutter plugin that used to control 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
105
downloads

Publisher

unverified uploader

Weekly Downloads

The ttLock flutter plugin that used to control 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