sy_customs

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

sy customs

This package helps to use our custom widgets and functions in varius situations
Features #
- create custom widgets
- create custom functions
copied to clipboard
Getting started #
import 'package:sy_customs/sy_customs.dart';

copied to clipboard
Usage #
void syCustomLoadingBox(BuildContext context, String title) {
showDialog(
context: context,
builder: (BuildContext context) {
return AlertDialog(
title: Text(title),
content: const LinearProgressIndicator(),
);
},
);
}
copied to clipboard
Additional information #
if you have any issues or sugestions to this package feel free to contact sydeveloperslk@gmail.com

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.