cubit_base 0.0.1 copy "cubit_base: ^0.0.1" to clipboard
cubit_base: ^0.0.1 copied to clipboard

cubit_base is a library for using easy fetch and paginate data from api with cubit

Usage #

With fetchWithBase:
 Fetcher.fetchWithBase<T>(
  fetcher: useCases.call(...),
  state: state.<targetState>,
  emitter: (newData) => emit(state.copyWith(<targetState>: newData)),
  onStatusChange: (status) => print(status),
  );
1
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

cubit_base is a library for using easy fetch and paginate data from api with cubit

License

unknown (license)

Dependencies

flutter

More

Packages that depend on cubit_base