meta_seo 3.0.9 meta_seo: ^3.0.9 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.9] - 2024/02/13 #
- Update the documentation.
- Working on SSR (Server Side Rendering) for server side HTML Head meta tags changes support
[3.0.8] - 2023/11/22 #
- Remove unnecessary flutter_lints and lints dependencies.
- Update the documentation.
- Working on SSR (Server Side Rendering) for server side HTML Head meta tags changes support
[3.0.7] - 2023/09/28 #
- Update main README.md file.
- Working on SSR (Server Side Rendering) for server side HTML Head meta tags changes support.
[3.0.6] - 2023/09/28 #
- Update main pubspec.yaml file.
- Update main README.md file.
- Update example pubspec.yaml file.
- Update environment number.
- Update flutter_lints number to 2.0.3.
- Add lints to 2.1.1 number.
- Add screenshots logo.
- Add topics.
- Add issue_tracker.
- Working on SSR (Server Side Rendering) for server side HTML Head meta tags changes support.
[3.0.5] - 2023/03/20 #
- Return the core methods from prepend to appendChild to the Head of the HTML.
- Working on SSR (Server Side Rendering) for support view source page changes of the Head of the HTML meta tags.
[3.0.4] - 2023/03/17 #
- Changing the core methods 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.