From 81de1ad23cf39ac0a69cbfc1418f9d2381a0db33 Mon Sep 17 00:00:00 2001 From: ripsware Date: Thu, 4 Mar 2021 21:02:23 +0700 Subject: [PATCH] Update readme Update to nullsafe --- CHANGELOG.md | 6 +++++- README.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b60c5dc..fa18379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,4 +9,8 @@ ## [5.8.55] - 23 dec 2020 - update community material icon to version 5.8.55 -- reformat code using `dartfmt` \ No newline at end of file +- reformat code using `dartfmt` + +## [5.8.55-null-safe] - 04 mar 2021 + +- update to null-safe \ No newline at end of file diff --git a/README.md b/README.md index 6bdbfde..be18e36 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A [community material design icon](https://materialdesignicons.com) as set of Fl In the `dependencies:` section of your `pubspec.yaml`, add the following line: ```yaml - community_material_icon: ^5.4.55 + community_material_icon: ^5.8.55-null-safe ``` ## Usage