flutter_homebase 1.3.0 copy "flutter_homebase: ^1.3.0" to clipboard
flutter_homebase: ^1.3.0 copied to clipboard

Collection of Widgets and helpful Methods that every flutter developer needs.

Collection of Widgets and helpful Methods that every flutter developer needs

Getting started #

This will add a line like this to your package's pubspec.yaml ( run an implicit dart pub get ) :

install from pub.dev

dependencies:
  flutter_homebase: ^0.0.1

install from github

dependencies:
  flutter_homebase:
    git:
      url: https://github.com/arminmehraeen/Flutter-Homebase.git
import 'package:flutter_homebase/flutter_homebase.dart';

Usage #

Custom classes

  1. MScrollBehavior

Custom widgets

  1. MCard
  2. MInkwell
  3. MSlider
  4. MStepperItem
  5. MButton

Form widgets

  1. MTimeFormField
  2. MTextFormField
  3. MRangeSelectorField
  4. MPasswordTextFormField
  5. MNumberFormField
  6. MMultiChooseItem
  7. MChooseFormField
  8. MCheckBoxFormField

Extensions

  1. Int Extensions
  2. Num Extensions

Additional information #

Support this package by star it ❤️‍🔥

1
likes
70
pub points
0%
popularity

Publisher

unverified uploader

Collection of Widgets and helpful Methods that every flutter developer needs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, syncfusion_flutter_sliders

More

Packages that depend on flutter_homebase