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(),
    ),
  );
}