Fancy Containers
Fancy container package lets you add a beautiful container to your Flutter app.
Installation
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
cool_container: ^0.0.2
- Import the package and use it in your Flutter App.
import 'package:cool_container/test_package_source.dart';
Example
There are a number of properties that you can modify:
- height
- width
- title
- body
- color
|