shape_of_view_null_safe 3.0.0 copy "shape_of_view_null_safe: ^3.0.0" to clipboard
shape_of_view_null_safe: ^3.0.0 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(),
      ),
    );
  }
}
74
likes
130
pub points
91%
popularity

Publisher

verified publishercodingfries.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, vector_math

More

Packages that depend on shape_of_view_null_safe