feat!: allow analyzer 7.0.0 and update dart_style to ^3.0.0 (#970)

* feat: allow analyzer 7.0.0

* chore: bump version and update changelog

* chore: Update dart_style to ^3.0.0

* chore: update changelog

* Remove analyzer dep

* refactor: remove unused generic type

* Fix

* test: add tests for constant evaluator

* test: make test suite way more concise

---------

Co-authored-by: Moritz <[email protected]>
16 files changed
tree: 6be84ee71195b8d6da2c45d2856b7cfd97b38d94
  1. .github/
  2. pkgs/
  3. submodules/
  4. tools/
  5. .gitattributes
  6. .gitignore
  7. .gitmodules
  8. analysis_options.yaml
  9. CONTRIBUTING.md
  10. LICENSE
  11. README.md
README.md

Overview

This repository is home to Dart internationalization (i18n) and localization (l10n) related packages.

Packages

PackageDescriptionIssuesVersion
intlContains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.issuespub package
intl4xA lightweight modular library for internationalization (i18n) functionality.issuespub package
intl_translationContains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.issuespub package
messagesA lightweight modular library for localization (l10n) functionality.issues
messages_builderBuild the messages for consumption by package:messagesissues
messages_serializerSerialization of messages for package:messages.issues
messages_shrinkerRemoving unneeded messages from message data files for package:messages.issuespub package

Contribute

Let us know about bugs and feature requests, file a pull request, or participate in the discussions!

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

For additional information about contributing, see our contributing page.