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

Extract color from image with simple touch

example/lib/main.dart

import 'package:example/Home.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: ImagePickerScreen(),
    );
  }
}
26
likes
0
pub points
69%
popularity

Publisher

verified publisherthezerone.com

Extract color from image with simple touch

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, image

More

Packages that depend on pick_color