fhoto_editor 0.0.2 fhoto_editor: ^0.0.2 copied to clipboard
FhotoEditor Plugin with simple, easy support for image editing using Filters, Cropping and transformation. plugin support for all ios and android and web, cropping feature is only available for ios an [...]
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(),
),
);
}