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

Flutter common widgets & theming package used by tomaschyly.

example/lib/main.dart

import 'package:flutter/material.dart';

/// Run the example application.
void main() {
  runApp(const MyApp());
}

/// Root widget for the example app.
class MyApp extends StatelessWidget {
  /// Initialize [MyApp].
  const MyApp({super.key});

  /// Build the example app shell.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
      ),
    );
  }
}
5
likes
160
points
191
downloads

Documentation

API reference

Publisher

verified publishertomas-chyly.com

Weekly Downloads

Flutter common widgets & theming package used by tomaschyly.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, flutter, flutter_svg, intl, jiffy, tch_appliable_core

More

Packages that depend on tch_common_widgets