trial_package

Creator: coderz1093

Last updated:

0 purchases

trial_package Image
trial_package Images
Add to Cart

Description:

trial package

Custom-Toast Box #
A new Flutter package.
Getting Started #
This Package is all about generating a toast box in your project.
Procedure #


Just Include the following dependency in your pubspecs.yaml file
trial_package: ^0.0.1```
copied to clipboard


Install the packages into your project by using the Android studio Terminal by writing the command
$ flutter pub get


Now Import it into your dart file where you want to create a Toast box
import 'package:trial_package/trial_package.dart';


Now You Free to use.


Just Include this code inside the onTap() Function
context: context,
willDisplayWidget: Container(
child: Text('Text Of Your Wish'),
));```
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.