gaweyo_alert 0.0.1 copy "gaweyo_alert: ^0.0.1" to clipboard
gaweyo_alert: ^0.0.1 copied to clipboard

Have you been turned into a newt? Would you like to be? This package can help. It has all of the newt-transmogrification functionality you have been looking for.

Usage #

import 'package:flutter/material.dart'; import 'package:gaweyo_alert/gaweyo_alert.dart';

Example #

void main() => runApp(App());

class App extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( home: MyApp(), ); } }

class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text('Gaweyo Dialog'), ), body: Center( child: ElevatedButton( onPressed: () { GaweyoAlert.alertImage( context, onTap: () { // input your function }, textContent: 'textContent', title: 'title', image: 'image', buttonText: 'buttonText', ); }, child: const Text('button alert'), )), ); } }

0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Have you been turned into a newt? Would you like to be? This package can help. It has all of the newt-transmogrification functionality you have been looking for.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_fonts

More

Packages that depend on gaweyo_alert