-
Notifications
You must be signed in to change notification settings - Fork 13
Conversation
pubspec.yaml
Outdated
@@ -1,7 +1,7 @@ | |||
name: browser_launcher | |||
description: A standardized way to launch web browsers. | |||
|
|||
version: 0.1.0-dev | |||
version: 0.1.0 |
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.
Should change this to 0.1.1-dev
since since this will go out after 0.1.0 – right?
@@ -1,3 +1,3 @@ | |||
## 0.1.0 |
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.
Add ## 0.1.1
– added example
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.
Would be good to bump the version to 0.1.1-dev
and add a changelog about adding an example
example/main.dart
Outdated
const _googleUrl = 'https://www.google.com/'; | ||
const _googleImagesUrl = 'https://www.google.com/imghp?hl=en'; | ||
|
||
void main() async { |
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.
Return Future<void>
here – just to be...good. 😄
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.
🤘
No description provided.