rough 0.1.1 copy "rough: ^0.1.1" to clipboard
rough: ^0.1.1 copied to clipboard

Rough is a library that allows you draw in a sketchy, hand-drawn-like style

example/lib/main.dart

import 'package:RoughExample/pages/home.dart';
import 'package:flutter/material.dart';

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

class FlutterRoughDemo extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Rough Demo',
      theme: ThemeData(
        primarySwatch: Colors.orange,
      ),
      home: HomePage(),
    );
  }
}
32
likes
40
pub points
0%
popularity

Publisher

verified publishersergiandreplace.com

Rough is a library that allows you draw in a sketchy, hand-drawn-like style

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on rough