digit_crud_bloc 0.0.3-dev
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_blocThis 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-devAlternatively, 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';