change_color_profile 0.0.9 copy "change_color_profile: ^0.0.9" to clipboard
change_color_profile: ^0.0.9 copied to clipboard

This is a plugin that changes the color profile of an image

example/lib/main.dart

import 'dart:io';

import 'package:flutter/material.dart';

import 'aos_view.dart';
import 'ios_view.dart';


void main() {
  runApp(const PrintApp());
}

class PrintApp extends StatelessWidget {
  const PrintApp({super.key});
  final title = 'Plugin example';

  @override
  Widget build(BuildContext context) {
    return Platform.isAndroid ? PrintAppForAOS(title) : PrintAppForiOS(title);
  }
}
0
likes
0
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

This is a plugin that changes the color profile of an image

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, image, plugin_platform_interface

More

Packages that depend on change_color_profile

Packages that implement change_color_profile