Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 388 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 388 Bytes

better_ui

  • flutter UI: common widgets, components, utils, etc.
  • some pkg mirrors and fix bugs.

Getting Started

  • pkg:
  better_ui: ^1.0.3

  • how to use:
import 'package:better_ui/better_ui.dart';


void main(){

  // a lot useful components
  ui.xxx.xx();

}


References: