image_core 0.0.2 copy "image_core: ^0.0.2" to clipboard
image_core: ^0.0.2 copied to clipboard

A Dart/Flutter package for standardized image and file upload handling using SOLID principles. Supports cross-platform file conversion from XFile, File, and PlatformFile to a unified UploadFile model, [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add image_core

With Flutter:

 $ flutter pub add image_core

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

dependencies:
  image_core: ^0.0.2

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

Publisher

unverified uploader

Weekly Downloads

A Dart/Flutter package for standardized image and file upload handling using SOLID principles. Supports cross-platform file conversion from XFile, File, and PlatformFile to a unified UploadFile model, file type categorization, and abstract upload/delete management via BaseImageManager.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dartz, equatable, exception_type, file_picker, fire_storage_impl, firebase_storage, flutter, i_tdd, image_picker, mime

More

Packages that depend on image_core