ttlock_flutter 0.3.4 copy "ttlock_flutter: ^0.3.4" to clipboard
ttlock_flutter: ^0.3.4 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(),
    );
  }
}
11
likes
80
pub points
81%
popularity

Publisher

unverified uploader

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