0 purchases
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 [email protected]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.