flutter_hk_ui 0.0.2 copy "flutter_hk_ui: ^0.0.2" to clipboard
flutter_hk_ui: ^0.0.2 copied to clipboard

This package is a commonly used control for packaging parts, third-party libraries. In order to unify the UI style of all products of the company, reduce the maintenance cost in the later period.

example/lib/main.dart

import 'package:flutter/material.dart';

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

class myApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(
        title: Text(''),
      ),
    );
  }
}
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

This package is a commonly used control for packaging parts, third-party libraries. In order to unify the UI style of all products of the company, reduce the maintenance cost in the later period.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_hk_ui