Skip to content
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

Rename test.dart to example.dart #50

Closed
wants to merge 1 commit into from
Closed

Rename test.dart to example.dart #50

wants to merge 1 commit into from

Conversation

bcko
Copy link
Contributor

@bcko bcko commented May 25, 2018

examples can show up on the pub site but only if you name the example file correctly. https://www.dartlang.org/tools/pub/package-layout#examples

example file can be name as

      'example/lib/main.dart',
      'example/main.dart',
      'example/lib/$package.dart',
      'example/$package.dart',
      'example/lib/${package}_example.dart',
      'example/${package}_example.dart',
      'example/lib/example.dart',
      'example/example.dart',

related issue : dart-lang/site-www#413

@bcko bcko requested a review from a team as a code owner May 25, 2018 23:56
@aviary3-wk
Copy link

Security Insights

No security relevant content was detected by automated scans.

Action Items

  • Review PR for security impact; comment "security review required" if needed or unsure
  • Verify aviary.yaml coverage of security relevant code

Questions or Comments? Reach out on HipChat: InfoSec Forum.

@codecov-io
Copy link

Codecov Report

Merging #50 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #50   +/-   ##
=======================================
  Coverage   96.29%   96.29%           
=======================================
  Files           1        1           
  Lines          27       27           
=======================================
  Hits           26       26           
  Misses          1        1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 81c1ef2...01b5ca5. Read the comment docs.

@bcko bcko closed this Jul 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants