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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add frankenstein

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  frankenstein: ^1.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:frankenstein/frankenstein.dart';
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