gtech_flutter_ui

GTech team flutter ui component library.

Getting Started

# add this line to your dependencies
gtech_flutter_ui: ^0.0.4
import 'package:gtech_flutter_ui/configs/common_libs.dart';
MaterialApp(
  home: MyApp(),
  builder: GTFToast.init(),
);

How to use

See example for details