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

Migrate package:codicon to null safety. #3026

Merged
merged 3 commits into from
May 18, 2021
Merged
Show file tree
Hide file tree
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
9 changes: 6 additions & 3 deletions third_party/packages/codicon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# 1.0.0
* Migrate to null safety.

# 0.0.3
Add Creative Commons LICENSE
* Add Creative Commons LICENSE

# 0.0.2
Restructure package directories.
* Restructure package directories.

# 0.0.1
Create `codicon` package and expose `IconData` consts for each VS code icon.
* Create `codicon` package and expose `IconData` consts for each VS code icon.
4 changes: 2 additions & 2 deletions third_party/packages/codicon/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: codicon
description: VS Code icons for Flutter.
homepage: https://github.com/flutter/devtools/tree/master/third_party/packages/codicon
version: 0.0.3
version: 1.0.0

environment:
sdk: '>=2.2.2 <3.0.0'
sdk: '>=2.12.0 <3.0.0'

dependencies:
flutter:
Expand Down