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

Libraries

widgets/buttons/basf_button
basf_flutter_components
BASF Flutter Components is a iOS and Android library with usefull predefined BASF Widgets, extensions, and utils
theme/buttons
widgets/checkboxes
theme/colors
widgets/dialogs
theme/dimens
widgets/animations/fade
theme/icons
Flutter icons BasfIcons Copyright (C) 2022 by original authors @ fluttericon.com, fontello.com This font was generated by FlutterIcon.com, which is derived from Fontello.
theme/inputs
widgets/animations/loading
data/models/option
widgets/buttons/outlined_button
theme/paddings
widgets/options/radio
theme/shadows
widgets/buttons/slider_button
widgets/snackbar
widgets/spacer
theme/system
widgets/buttons/text_button
widgets/inputs/text_field
theme/text_styles
theme/themes