digit_crud_bloc 0.0.2-dev copy "digit_crud_bloc: ^0.0.2-dev" to clipboard
digit_crud_bloc: ^0.0.2-dev copied to clipboard

This package provides the core logic and services for managing entity-based data flows in a modular and extensible way. It supports dynamic entity mapping, relationship traversal, nested field resolut [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add digit_crud_bloc

With Flutter:

 $ flutter pub add digit_crud_bloc

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

dependencies:
  digit_crud_bloc: ^0.0.2-dev

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:digit_crud_bloc/digit_crud_bloc.dart';
0
likes
0
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

This package provides the core logic and services for managing entity-based data flows in a modular and extensible way. It supports dynamic entity mapping, relationship traversal, nested field resolution, and repository-driven CRUD operations.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

async, collection, dart_mappable, digit_data_model, dio, drift, flutter, flutter_bloc, freezed_annotation, intl, pluto_grid, recase, stream_transform, uuid

More

Packages that depend on digit_crud_bloc