frankenstein 1.0.5 copy "frankenstein: ^1.0.5" to clipboard
frankenstein: ^1.0.5 copied to clipboard

A straight forward approach to combining commonly used Flutter UI elements into a single implementation.

example/README.md

ZZ(
  flex: 0,
  padding: const EdgeInsets.all(20.0),
  canScroll: true,
  decoration: BoxDecoration(
    borderRadius: BorderRadius.circular(4.0),
    border: Border.all(),
  ),
  onTap: () {
    // Tap handler
  },
  child: const Center(
    child: Text(
      'Hello!',
      style: TextStyle(color: Colors.red),
    ),
  ),
),
2
likes
140
pub points
0%
popularity

Publisher

verified publisherloyalfiasco.dev

A straight forward approach to combining commonly used Flutter UI elements into a single implementation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on frankenstein