shape_of_view_null_safe 3.1.1 copy "shape_of_view_null_safe: ^3.1.1" to clipboard
shape_of_view_null_safe: ^3.1.1 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(const MyApp());

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      home: Scaffold(backgroundColor: Colors.grey[200], body: JacksmanPage()),
    );
  }
}
89
likes
160
points
3.12k
downloads

Publisher

verified publishercodingfries.com

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, vector_math

More

Packages that depend on shape_of_view_null_safe