Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ author: Chris Buckett <[email protected]>
description: A set of libraries designed to provide configuration to Dart applications. Using dependency injection, the same library API can load config information from the filesystem and httprequest, formatted as JSON or YAML. Customization with additional providers is also possible by implementing two simple interfaces.
homepage: https://github.com/chrisbu/dart_config
dependencies:
unittest: any
yaml: '>=0.4.2'
dev_dependencies:
unittest: any
browser: any
environment:
sdk: '>=1.19.0 <2.1.0'