rdev_riverpod_stored_file 0.2.6 copy "rdev_riverpod_stored_file: ^0.2.6" to clipboard
rdev_riverpod_stored_file: ^0.2.6 copied to clipboard

Manage files

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rdev_riverpod_stored_file

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

dependencies:
  rdev_riverpod_stored_file: ^0.2.6

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:rdev_riverpod_stored_file/application/storage_service.dart';
import 'package:rdev_riverpod_stored_file/application/stored_file_data_service.dart';
import 'package:rdev_riverpod_stored_file/application/stored_file_service.dart';
import 'package:rdev_riverpod_stored_file/data/storage_providers.dart';
import 'package:rdev_riverpod_stored_file/data/strored_files_repository.dart';
import 'package:rdev_riverpod_stored_file/domain/stored_file_model.dart';
import 'package:rdev_riverpod_stored_file/domain/stored_file_model.g.dart';
import 'package:rdev_riverpod_stored_file/domain/stored_file_vo.dart';
import 'package:rdev_riverpod_stored_file/domain/uploding_file_vo.dart';