digit_crud_bloc 0.0.3-dev copy "digit_crud_bloc: ^0.0.3-dev" to clipboard
digit_crud_bloc: ^0.0.3-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 Flutter:

 $ flutter pub add digit_crud_bloc

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

dependencies:
  digit_crud_bloc: ^0.0.3-dev

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

License

MIT (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