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

A Flutter package for custom painting.

Custom Paint Package #

A Flutter package for custom painting.

Usage #

import 'package:custom_paint_package/custom_painter.dart';

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: Text('Custom Painter Example'),
        ),
        body: Center(
          child: CustomPainterWidget(),
        ),
      ),
    );
  }
}
1
likes
140
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for custom painting.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on custom_paint