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

A template for kickstarting a flutter app with basic UI with push notification

Widget buildRequiredErrorText(String message) { return Text( textAlign: TextAlign.left, message, style: CustomTextTheme.custom( 13, CustomColor.customErrorColor(), FontWeight.w500), ); }

Widget buildListTile(BuildContext context, String iconPath, String title, String identifier) {
return ListTile(
  leading: SvgPicture.asset(iconPath, width: 24, height: 24),
  title: textBuilder(
    title,
    CustomTextTheme.body(14.0, FontWeight.normal),
    TextAlign.left,
  ),
  onTap: () => onTapFunction(context, identifier),
);

}

0
likes
0
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

A template for kickstarting a flutter app with basic UI with push notification

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

app_settings, firebase_core, firebase_messaging, flutter, flutter_local_notifications, flutter_svg, url_launcher

More

Packages that depend on eurofins_flutter_ui