basf_flutter_components 1.0.0+7 copy "basf_flutter_components: ^1.0.0+7" to clipboard
basf_flutter_components: ^1.0.0+7 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 Flutter

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

    • Fade
    • LoadingAnimation
    • BasfButton
    • BasfOutlinedButton
    • SliderButton
    • BasfTextButton
    • BasfDropDownInput
    • BasfTextField
    • BasfRadio
    • BasfCheckbox
    • BasfAlertDialog
    • AppSnackBar
    • VerticalSpacer
    • HorizontalSpacer
  • Theme

    • ButtonStyles
    • BasfColors
    • Dimens
    • BasfIcons
    • BasfInputThemes
    • Paddings
    • BasfShadows
    • SystemThemes
    • BasfTextStyles
    • BasfThemes
  • Data

    • BasfOption

You can find how to use all of this components at the example project

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