flutter_ds_brv_bfi 0.0.1+0-tes flutter_ds_brv_bfi: ^0.0.1+0-tes copied to clipboard
new Flutter package flutter_ds_brv_bfi.
Getting started #
This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Usage #
exaple textstyle for text wiget
code
BrvTexts(
text: 'text style heding',
textstyle: BrvTxtStyle.heading,
),
BrvTexts(
text: 'text style headingBold',
textstyle: BrvTxtStyle.headingBold,
),
BrvTexts(
text: 'text style light',
textstyle: BrvTxtStyle.light,
),
BrvTexts(
text: 'text style regular',
textstyle: BrvTxtStyle.regular,
),
BrvTexts(
text: 'text style regularBold',
textstyle: BrvTxtStyle.regularBold,
),
exaple color code
ColorWidget(color: BrvColor.errorColor,colorname:'errorColor'),
ColorWidget(color: BrvColor.infoColor,colorname:'infoColor'),
ColorWidget(color: BrvColor.primaryColor,colorname:'primaryColor'),
ColorWidget(color: BrvColor.secondaryColor,colorname:'secondaryColor'),
ColorWidget(color: BrvColor.successColor,colorname:'successColor'),
ColorWidget(color: BrvColor.thirdColor,colorname:'thirdColor'),
ColorWidget(color: BrvColor.warningColor,colorname:'warningColor'),
Additional information #
This package is still under development