z_components 0.8.6 copy "z_components: ^0.8.6" to clipboard
z_components: ^0.8.6 copied to clipboard

outdated

Z_Components is a package that contains a set of standardized components to facilitate, optimize, and accelerate the development of Zellar company's Android / IOS applications.

Z_Components #

Z_Components is a package composed by a series of components whose goal is to facilitate, optimize and accelerate the development of iOS and Android applications by Zellar.

These components are based on the company's internal StyleGuide, which was created from Cupertino and Material Design principles, in the intent to match them with Zellar's visual identity.

A small example of how to use: #

import 'package:z_components/components/z_button.dart';
import 'package:z_components/components/z_picker.dart';

          new ZButton(
                zButtonType: ZButtonType.isOutlined,
                onPressed: () {
                  new ZPicker(
                    context: context,
                    initialDate: DateTime.now(),
                    lastDate: DateTime(2090),
                    firstDate: DateTime(1090),
                    onTimerDurationChanged: (date) {
                      date;
                    },
                  );
                },
                text: "Outlined"),
6
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Z_Components is a package that contains a set of standardized components to facilitate, optimize, and accelerate the development of Zellar company's Android / IOS applications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

circular_check_box, configurable_expansion_tile, cpf_cnpj_validator, dio, email_validator, flutter, flutter_circular_chart, flutter_localizations, http, injector, mask_shifter, mask_text_input_formatter, pin_code_text_field, provider, shared_preferences, sqflite

More

Packages that depend on z_components