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

outdated

This library is used to capture a signature through drawing gestures.The widget also allows you to save a signature as an image.

example/lib/main.dart

import 'package:example/digital_siganture.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 const MaterialApp(
      title: 'Flutter Digital Signature',
      home: DigitalSignature(),
    );
  }
}
9
likes
0
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

This library is used to capture a signature through drawing gestures.The widget also allows you to save a signature as an image.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg, image

More

Packages that depend on digital_signature_flutter