meta_seo 2.0.2 meta_seo: ^2.0.2 copied to clipboard
Meta SEO is package for adding meta data for html document in head tag which meta tags or meta data make search engine optimization for web apps.
[2.0.2] - 2023/01/17 #
- Update the minimum Dart SDK version to 2.18.6
- Update the flutter_lints version to 2.0.1
- Update all examples to the new version
[2.0.1] - 2023/01/17 #
- Delete any needed html config javascript codes and embed it into the package by seoMetaConfig method
[1.0.5] - 2022/12/18 #
- Fix: Add MetaSEO only if platform is web and if other just ignore
- Update the minimum Dart SDK version to 2.18.5
- Update all examples to the new version
[1.0.4] - 2022/12/01 #
- Fix: Auto dispose MetaSEO if routing or navigating
- Add full example if you use GoRouter package
[1.0.3] - 2022/10/08 #
- First release of package and example project
[1.0.2] - 2022/10/08 #
- Demo release of package and example project
[1.0.1] - 2022/10/08 #
- Init release of package and example project