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

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.2

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
130
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, provider

More

Packages that depend on base_classes