-
Notifications
You must be signed in to change notification settings - Fork 32
Conversation
Package stable versions should only depend on sdk stable versions.
@@ -0,0 +1,18 @@ | |||
import 'dart:ffi'; |
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.
License header.
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.
Adding a license header will make that header show up on the pub website. For example in package:http it is omitted: https://pub.dev/packages/http#-example-tab-.
Rather than undoing this, I think we need update this to depend on 2.6 stable, and then publish 0.1.4 next week |
We cannot depend on 2.6 stable, yet. I'll make a stable release next week that will depend on 2.6 stable. The problem is that packages should not have stable versions depend on SDK dev versions. So instead, this should have been 0.1.3-dev4. As by |
As I argued before, we could take the Advantage: We can have all packages ready and usable before D26 is out the door - instead of trying to do all of this after D26 is out the door. |
Martin and & discussed: In this case 2.6 is close, we can go ahead and depend on that. @dcharkes can you please update this repo and get the PR landed; then I'll run |
Landing this, and opening a new PR that bumps |
Package stable versions should only depend on sdk stable versions.
Package stable versions should only depend on sdk stable versions.