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

discontinued

A Flutter package that organizes image's resolution variants inside your asset's folder.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_img_resolution_organizer

Use it

The package has the following executables:

$ firo

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_img_resolution_organizer

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

dependencies:
  flutter_img_resolution_organizer: ^0.0.1

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:flutter_img_resolution_organizer/flutter_img_resolution_organizer.dart';
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package that organizes image's resolution variants inside your asset's folder.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path, yaml

More

Packages that depend on flutter_img_resolution_organizer