forked from arzon94/weekday_selector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
20 lines (20 loc) · 778 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
20 lines (20 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: weekday_selector
description: A collection of Flutter widgets and classes to help you select weekdays in your apps. Perfect for recurring events, alarms.
version: 0.3.0
author: Vince Varga <vince.varga@smaho.com>
homepage: https://github.com/smaho-engineering/weekday_selector
repository: https://github.com/smaho-engineering/weekday_selector
issue_tracker: https://github.com/smaho-engineering/weekday_selector/issues
environment:
sdk: ">=2.3.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
# We want to include the package in the tests so that users can understand
# how the intl package and the weekday selector package work together.
# The package is also used in the unit tests.
intl: ^0.16.1
flutter: