tch_common_widgets 0.6.7 copy "tch_common_widgets: ^0.6.7" to clipboard
tch_common_widgets: ^0.6.7 copied to clipboard

outdated

Flutter common widgets & theming package used by tomaschyly.

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
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
      ),
    );
  }
}
5
likes
0
points
159
downloads

Publisher

verified publishertomas-chyly.com

Weekly Downloads

Flutter common widgets & theming package used by tomaschyly.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg, flutter_web_plugins, tch_appliable_core

More

Packages that depend on tch_common_widgets