flutter_fancy_container 0.0.4
flutter_fancy_container: ^0.0.4 copied to clipboard
Flutter plugin for container with gradient color and custom child widget.
Flutter Fancy Containers #
Flutter Fancy container package used for gradient container with custom child in your Flutter app.
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get):
dependencies:
flutter_fancy_container: ^0.0.4
copied to clipboard
- Import the package and use it in your Flutter App.
import 'package:flutter_fancy_container/flutter_fancy_container.dart';
copied to clipboard
Example #
copied to clipboard |
|