artistic_ui 0.0.2 artistic_ui: ^0.0.2 copied to clipboard
A new Flutter project.
artistic_ui #
A new Flutter project.
Getting Started #
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Artistic UI #
custom ui package lets you add a beautiful gradient container and buttons to your Flutter app.
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
artistic_ui: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:artistic_ui/artistic_ui.dart';
Example #
There are a number of properties that you can modify:
- height
- width
- text size
- text color
- container color
- container shadow
- container border
- shadow color
|