0 purchases
super ui
super_ui #
A flutter package containing a range of different widgets.
Getting Started #
add this to your pubspec.yaml file:
dependencies:
super_ui: ^0.0.2
copied to clipboard
Run this command:
$ flutter pub get
copied to clipboard
Import:
import 'package:auth_buttons/super_ui.dart';
copied to clipboard
Some of the widgets #
Images #
CircularImageHolder : Circular widget for fetching both network image and file image.
CircularImageHolder(
imageSize: 0.5,
imageUrl: 'https://i.gadgets360cdn.com/large/google_io_afp_1583296131115.jpg',
icon: Icons.add,
iconBackgroundColor: Colors.pink,
),
copied to clipboard
Buttons #
GradientButton : Button with gradient effect.
IcButton : Button with icon.
SuperButton : Supports almost all important property that a fancy button should have.
AuthButton : Buttons with logo of social media like fb, twitter etc.
AuthButton(
item: SocialItem.microsoft,
onPressed: () {},
),
copied to clipboard
Others #
BillboardText : A widget to show highlighed text (Normal, Error, Warning).
Bubble
GlowingStars
EmptyWidget : To show whitespace
SuperRichText : A two parted Text widget to show two different style.
** TextFields **
EditText : Simple TextFormField, but easier to use.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.