Flutter package makes different Flutter UI widgets implementation easy for you

0 0

Flutter Widgets Flutter Package

This package makes different Flutter UI widgets implementation easy for you.

Flutter Widgets

The list of widgets include in this package:

☑️ AppBar

☑️ FloatingActionButton

Installation


import 'package:flutter_ui_widgets/flutter_ui_widgets.dart';

Usage


AppBar

FlutterAppBar(
        title: "Flutter AppBar",
        centerTitle: true,
        backgroundColor: Colors.grey,
        gradient: LinearGradients.pinkAmber,
      ),

Some other properties same as AppBar widget.


FloatingActionButton

FlutterFloatingActionButton(
        onPressed: () {},
        child: Icon(
          Icons.add,
          size: 30,
        ),
      ),

Some other properties same as FloatingActionButton widget.


GitHub

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior New version of social networking application
Entrada siguiente A sample app to showcase Recipes App UI demo in flutter