tap_container 0.0.1
tap_container: ^0.0.1 copied to clipboard
Taped Container
Introduce #
CustomContainer A Flutter package that provides a customizable CustomContainer widget with essential functionalities like onTap, styling, and child management. It is designed to simplify container usage while offering flexibility and clean, reusable code.
Features Gesture Handling: Built-in onTap functionality to handle user interactions. Customizable: Supports width, height, padding, margin, and decoration properties. Child Support: Allows embedding child widgets inside the container. Reusable: Ideal for consistent UI design across your Flutter projects.
Installation Add the following line to your pubspec.yaml file under the dependencies section:
Dependencies #
dependencies: custom_container: ^1.0.0 Require: run command at root project
- Installing Dependencies of Specified Versions
flutter pub get - Updating Dependencies to the latest versions
flutter pub upgrade