customprompt 0.1.2
customprompt: ^0.1.2 copied to clipboard
A custom modal for android and IOS apps
customprompt for Flutter #
Customprompt is a simple animated modal for flutter IOS, Android and Web apps. Customprompt with you in mind, all widgets like Icon, Text, Color can be replaced by the user, plus animation curve and animation duration.
It should look something like this:
Pull requests certainly welcome.
Installation #
In your pubspec.yaml root add:
dependencies:
customprompt: ^0.1.2
then,
import 'package:customprompt/customprompt.dart';