flutter_element_plus 0.1.34
flutter_element_plus: ^0.1.34 copied to clipboard
A comprehensive Flutter UI library offering customizable, reusable widgets for building modern, responsive applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_element_plus
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_element_plus: ^0.1.34
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_element_plus/flutter_element_plus.dart';