base_classes 3.1.0 copy "base_classes: ^3.1.0" to clipboard
base_classes: ^3.1.0 copied to clipboard

outdated

It includes set of all base classes along with Utils like Scaffold,Button,Text,TextForm Field, CustomTextForm Appbar,Constant.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add base_classes

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

dependencies:
  base_classes: ^3.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:base_classes/base_classes.dart';
4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

It includes set of all base classes along with Utils like Scaffold,Button,Text,TextForm Field, CustomTextForm Appbar,Constant.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cupertino_icons, flutter, provider

More

Packages that depend on base_classes