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