atila_ui

Last updated:

0 purchases

atila_ui Image
atila_ui Images
Add to Cart

Description:

atila ui

AtilaUI: this is a simple UI package to simplfy the coding experience.
Features #
This package provides alerts, calendars, datetimes formats, and more to help the user to start an app.
Getting started #
Just add the package into your pubspect.yaml file
Usage #
import 'package:atila_ui/atila_ui.dart';

....

TextButton(
onPressed:(){
AtilaUi.alerts_snackBar(context, 'This a snackbar');
},
child: Text('Click Me!'),
),



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.