morpheme_base 1.2.0 copy "morpheme_base: ^1.2.0" to clipboard
morpheme_base: ^1.2.0 copied to clipboard

MorphemeBase is base for UI project include state management with cubit & hydrated.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add morpheme_base

With Flutter:

 $ flutter pub add morpheme_base

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

dependencies:
  morpheme_base: ^1.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:morpheme_base/morpheme_base.dart';
3
likes
0
points
9
downloads

Publisher

verified publishermorpheme.design

Weekly Downloads

MorphemeBase is base for UI project include state management with cubit & hydrated.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on morpheme_base