-
Notifications
You must be signed in to change notification settings - Fork 5
Skeleton for package:io_file
#196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Package publishing
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A first pass through; mostly comments about the CI.
@@ -0,0 +1,23 @@ | |||
include: package:dart_flutter_team_lints/analysis_options.yaml | |||
|
|||
analyzer: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need / want this customization? You could also start w/ just dart_flutter_team_lints.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I copied these from dart-lang/http. They seem reasonable to me.
Thanks @devoncarew ! PTAL. |
@@ -0,0 +1,12 @@ | |||
name: io_file | |||
description: A starting point for Dart libraries or applications. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want to update this description now (and the corresponding one on the root repo readme).
dart create -t package io_file
README.md
LICENSE
CHANGELOG.md
andpubspec.yaml
toversion 0.1.0-wip
dart_flutter_team_lints
pkgs/io_file/analysis_options.yaml
fromdart-lang/http
Contribution guidelines:
dart format
.Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.