theoxys / dias_da_semana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dias_da_semana

Widget Gif

Widget que permite de maneira facil selecionar os dias da semana. Baseado no widget DaySelector (https://github.com/jaumard/day_selector )

Instalação

Adicionar o plugin ao seu projeto:

dependencies:
  ...
  dias_da_semana:

Exemplo

Para a dicionar o widget:

DaySelector(
	value: null,
	onChange: (value) {},
	color: Colors.white,
	mode: DaySelector.full,
)

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

License:Other


Languages

Language:Dart 100.0%