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

Photo Editing Flutter plugin.

example/lib/main.dart

import 'package:fhoto_editor_example/features/adjust/multi_color_filter_example.dart';
import 'package:flutter/material.dart';
import 'features/adjust/color_filter_example.dart';

void main() {
  runApp(
    const MaterialApp(
      home: MultiColorFilterExample(),
    ),
  );
}
9
likes
80
points
48
downloads

Publisher

verified publisherdevcrew.io

Weekly Downloads

Photo Editing Flutter plugin.

Documentation

API reference

License

MIT (license)

Dependencies

dartx, flutter, flutter_web_plugins, matrix2d, plugin_platform_interface

More

Packages that depend on fhoto_editor