meta_seo 3.0.4 meta_seo: ^3.0.4 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.
[3.0.4] - 2023/03/17 #
- Fix the Facebook Sharing Debugger by changing the method from appendChild to prepend to the Head of the HTML
[3.0.3] - 2023/03/17 #
- Update the documentation
[3.0.2] - 2023/03/16 #
- Add facebookAppID method
- Enhance and shorten the methods' names
- Add seoOpenGraphJS function to support data react helmet
- Update README.md file
[3.0.1] - 2023/03/14 #
- Changing the way of passing the parameters as required with title everywhere
- Add TwitterCard enum values
- Add seoTwitterCard method
- Remove all of void keywords from all methods
- Changing of all attributes titles of the main three methods for extension (seoMetaNameContent, seoMetaPropertyContent, seoMetaKeyValue) with simpler titles
- Update all of seoRobots method functionality and add RobotsName enum
- Add JS seoRobotsJS function to supply repeated named robots with different content
- Update example to new version
- Update README.md file
- Update version to 3.0.1
[2.0.3] - 2023/02/23 #
- Update the minimum Dart SDK version to 2.19.0
- Update README.md file
[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