zog_ui 0.0.1-alpha.4 copy "zog_ui: ^0.0.1-alpha.4" to clipboard
zog_ui: ^0.0.1-alpha.4 copied to clipboard

outdated

A collection of ready-to-use UI Widgets developed by Zero One Group that follows ZOG Design System to simplify the common components style implementation, yet still fully maintain their customizability

This is a collection of component widgets developed by Zero One Group. #

Features #

This package consists of components and a theme extension.

Components #

Forms

  • ZeroTextfield
  • ZeroDropdown
  • ZeroRadioGroup
  • ZeroDropdownButton
  • ZeroDropdownMenu
  • ZeroCheckbox
  • ZeroSwitch
  • ZeroSlider

Buttons

  • ZeroButton
  • ZeroButtonGroup
  • ZeroNavigationBar
  • ZeroNavigationDrawer
  • ZeroAppBar
  • ZeroNavigationRail
  • ZeroTabBar

Theme #

  • ZeroTheme
  • ZeroThemeData

Foundation #

  • Colors
  • Typography

Forms

  • ZeroTextfield
  • ZeroButton
  • ZeroButtonGroup
  • ZeroDropdown

For more information about the available components, please refer: https://zero-ui-mobile.web.app/#/

Usage #

Add dependency #

Please check the latest version before installation. If there is any problem with the new version, please use the previous version

    dependencies:
    flutter:
        sdk: flutter
    zog_ui: ^{latest version}

Import the package #

Add the following imports to your Dart code. The first file that need this to be imported in is the file contains MaterialApp import 'package:zog_ui/zog_ui.dart';

Use ZeroApp #

Replace your MaterialApp with ZeroApp. Otherwise it will not work. All the build-in Flutter widgets are fully supported here as well.

Additional information #

If you want to browse all the available widget, on you VS Code editor, just type "Zero" and then hold cmd+space. It will show the suggestion of what are available.

For more informationa and previews of the available components, please refer: https://zero-ui-mobile.web.app/#/

15
likes
0
points
40
downloads

Publisher

verified publisherzero-one-group.com

Weekly Downloads

A collection of ready-to-use UI Widgets developed by Zero One Group that follows ZOG Design System to simplify the common components style implementation, yet still fully maintain their customizability

Homepage

License

unknown (license)

Dependencies

cupertino_icons, dropdown_button2, flutter, flutter_slidable, flutter_svg, intl

More

Packages that depend on zog_ui