handwritingprocessing 0.0.16 copy "handwritingprocessing: ^0.0.16" to clipboard
handwritingprocessing: ^0.0.16 copied to clipboard

Picture black and white, remove red and blue handwriting processing

example/lib/main.dart

import 'package:flutter/material.dart';
import 'fill_color_page.dart';

void main() => runApp(MyApp());

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: FillColorPage(),
    );
  }
}
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Picture black and white, remove red and blue handwriting processing

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on handwritingprocessing