atila_ui 0.0.3
atila_ui: ^0.0.3 copied to clipboard
Atila UI package.
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!'),
),