flutter_homebase 1.1.0 copy "flutter_homebase: ^1.1.0" to clipboard
flutter_homebase: ^1.1.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 #

  100.height; -> SizedBox(height: 100)
  100.width; -> SizedBox(width: 100) 

Additional information #

Support this package by star it ❤️‍🔥

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_homebase