cool_bedrock 1.0.0 copy "cool_bedrock: ^1.0.0" to clipboard
cool_bedrock: ^1.0.0 copied to clipboard

A bedrock package providing the blueprints and abstract definitions necessary to build a scalable and maintainable Dart/Flutter application.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cool_bedrock

With Flutter:

 $ flutter pub add cool_bedrock

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

dependencies:
  cool_bedrock: ^1.0.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:cool_bedrock/cool_bedrock.dart';
0
likes
150
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A bedrock package providing the blueprints and abstract definitions necessary to build a scalable and maintainable Dart/Flutter application.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#architecture #clean-architecture #domain-driven-design #functional-programming #core

Documentation

API reference

License

MIT (license)

Dependencies

equatable, fpdart, meta, rxdart

More

Packages that depend on cool_bedrock