trial_package 0.0.1+4 copy "trial_package: ^0.0.1+4" to clipboard
trial_package: ^0.0.1+4 copied to clipboard

To be able to show a custom alert box easly.

Custom-Toast Box #

A new Flutter package.

Getting Started #

This Package is all about generating a toast box in your project.

Procedure #

  1. Just Include the following dependency in your pubspecs.yaml file

        trial_package: ^0.0.1```
    
  2. Install the packages into your project by using the Android studio Terminal by writing the command

    $ flutter pub get

  3. Now Import it into your dart file where you want to create a Toast box

    import 'package:trial_package/trial_package.dart';

  4. Now You Free to use.

  5. Just Include this code inside the onTap() Function

                  context: context,
                  willDisplayWidget: Container(
                    child: Text('Text Of Your Wish'),
                  ));```
    
1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

To be able to show a custom alert box easly.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on trial_package