flutter_glassmorpism 0.0.1 flutter_glassmorpism: ^0.0.1 copied to clipboard
Glassmorphic Widgets
Features #
This package is to achieve Glassmorphism in your flutter application. It's a new and modern design UI/UX implementation. This package has multiple widgets (i.e. Container, Button, Card, Switch, Dropdown, Tabbar, Drawer etc.) to use. You can use it anywhere inside your flutter application.
Installation #
1: Add the latest version of the package to your pubspec.yaml (and run dart pub get
):
dependencies:
flutter_glassmorpism: ^0.0.1
2: Import the package and use it in your Flutter app.
import 'package:flutter_glassmorpism/flutter_glassmorpism.dart';
Example #
There are multiple properties that you can modify :
- height
- width
- padding
- margin
- radius
- border
- backgroundColor
|
Next Goals #
- ✅
Add animation effect on click.
- ✅
Add ripple effect on click.
- ✅
Add more custom widgets.
- ✅
Add shape properties.