basf_flutter_components 1.0.0 copy "basf_flutter_components: ^1.0.0" to clipboard
basf_flutter_components: ^1.0.0 copied to clipboard

outdated

A collection of BASF Style components, such as Buttons, Colors, Icons, etc...

basf_flutter_components #

pub email

A BASF Flutter components library for iOS and Android

Installing #

Add BASF Flutter Components to your pubspec.yaml file:

dependencies:
  basf_flutter_components:

Import it the library to your file:

import 'package:basf_flutter_components/basf_flutter_components.dart';

Use your IDE IntelliSense to import any of the Components built into the library


Components #

  • Widgets

    • BASFBUTTON...
    // TODO
    !
    BASFButton...
    
    • BASFTextButton...
    // TODO
    code example here
    
    • BASFInputField
    // TODO
    !
    BASFInputField...
    
    • BasfCheckbox
    // TODO
    !
    BasfCheckbox...
    
    • BasfRadio
    // TODO
    !
    BasfRadio...
    
    • BASFSnackbar...
    // TODO
    code example here
    
    • Spacers
    // Vertical Spacers
    VerticalSpacer.xSmall()
    VerticalSpacer.small()
    VerticalSpacer.normal()
    VerticalSpacer.semi()
    VerticalSpacer.mediumSmall()
    VerticalSpacer.medium()
    VerticalSpacer.medium20()
    VerticalSpacer.mediumLarge()
    VerticalSpacer.large()
    VerticalSpacer.xLarge()
    VerticalSpacer.xxLarge()
    VerticalSpacer.xxxLarge()
    // Horizontal Spacers
    HorizontalSpacer.small()
    HorizontalSpacer.normal()
    HorizontalSpacer.semi()
    HorizontalSpacer.mediumSmall()
    HorizontalSpacer.medium()
    HorizontalSpacer.medium20()
    HorizontalSpacer.mediumLarge()
    HorizontalSpacer.large()
    HorizontalSpacer.xLarge()
    HorizontalSpacer.xxLarge()
    // Horizontal Spacer with text
    HorizontalSpacerWithText(
      text: 'example text',
      color: Colors.green,
    )
    
  • Colors

    // TODO
    !
    BasfColors...
    
  • Theme

    // TODO
    BasfTheme.blue
    BasfTheme.green
    
  • TextStyles

    // TODO
    !
    BasfTextStyles...
    
  • Styles

    • Dimens

    Defines a preset of usefull standard paddings

    Dimens.paddingXSmall
    Dimens.paddingSmall
    Dimens.paddingDefault
    Dimens.paddingSemi
    Dimens.paddingMediumSmall
    Dimens.paddingMedium
    Dimens.paddingMedium20
    Dimens.paddingMediumLarge
    Dimens.paddingLarge
    Dimens.paddingXLarge
    Dimens.paddingXXLarge
    Dimens.paddingXXXLarge
    
11
likes
0
pub points
59%
popularity

Publisher

unverified uploader

A collection of BASF Style components, such as Buttons, Colors, Icons, etc...

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on basf_flutter_components