flutter_ui 0.0.9 flutter_ui: ^0.0.9 copied to clipboard
A Flutter UI package,include action sheet,badge,button,check list,datetime picker, field,index list etc...
A Flutter UI Library Include A Lot Of Convenient UI Component, Is On Developing Now. If You Want To Contribute To It, Please Fork And Do It. Enjoys!
UI Feature #
action sheet
avatar
badge
button
card
checklist
picker
datetime picker
divider
header
image
input
indicator
infinite scroll
load more
message box
picker
pricing
tooltip
progress
radio
rating
search
slider
social icon
swipe
switch
toast
markdown
browser
How to Use #
- add
flutter_ui
to yourpubspec.yaml
- if you want to use Material UI,the UI Component name Start with
M
import 'package:flutter_ui/material.dart';
, but if you - if you want to use Cupertino UI,the UI Component name Start with
C
import 'package:flutter_ui/cupertino.dart'
;
Demo #
Please Visit example