From b473701717aa49f98e0641e70cef4bbb16beb6cf Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Sat, 17 Sep 2022 22:50:01 +0800 Subject: [PATCH] docs: update version correspondence --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e9be4e..eef3237 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # flutter_vector_icons [![pub](https://img.shields.io/pub/v/flutter_vector_icons.svg)](https://pub.dev/packages/flutter_vector_icons) -[![gallery](https://github.com/git-touch/flutter-vector-icons/workflows/gallery/badge.svg)](https://git-touch.github.io/flutter-vector-icons/) +[![gallery](https://github.com/pd4d10/flutter-vector-icons/workflows/gallery/badge.svg)](https://pd4d10.github.io/flutter-vector-icons/) Customizable Icons for Flutter. Port of [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons). -View [the gallery built with Flutter Web](https://git-touch.github.io/flutter-vector-icons/) +Preview icons with the gallery: https://pd4d10.github.io/flutter-vector-icons/ ## Installation @@ -47,6 +47,15 @@ class MyWidget extends StatelessWidget { } ``` +## Version Correspondence + +| flutter-vector-icons | react-native-vector-icons | +| -------------------- | ------------------------- | +| 2.x | 9.x | +| 1.x | 8.x | + +8.x + ## Development ```sh