shape_of_view 1.0.2 copy "shape_of_view: ^1.0.2" to clipboard
shape_of_view: ^1.0.2 copied to clipboard

Give a custom shape to any flutter widget, Material Design 2 ready

example/lib/main.dart

import 'package:flutter/material.dart';

import 'jacksman.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(
      debugShowCheckedModeBanner: false,
      home: Scaffold(
        backgroundColor: Colors.grey[200],
        body: JacksmanPage(),
      ),
    );
  }
}
129
likes
40
pub points
76%
popularity

Publisher

unverified uploader

Give a custom shape to any flutter widget, Material Design 2 ready

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on shape_of_view