Skip to content

Releases: tsinis/sealed_world

3.1.0 `world_flags` Benchmark

21 Mar 10:50
Immutable release. Only release title and notes can be modified.
d253f31

Choose a tag to compare

chore(deps): update sealed_countries dependency to v3.1.0

This updates the sealed_countries dependency version from 3.0.1 to 3.1.0 in world_flags.

4.2.0 `world_countries` Benchmark

21 Mar 13:19
Immutable release. Only release title and notes can be modified.
c0218e4

Choose a tag to compare

docs: simplify language flag leading logic in example app

Updated the leading property in LanguageTileThemeData to remove
the alternativeMap parameter, streamlining the flag retrieval
for languages with multiple countries.

4.1.0 `world_countries` Benchmark

15 Feb 22:25
Immutable release. Only release title and notes can be modified.
117faab

Choose a tag to compare

chore(docs): add fossa license status badge

This adds a badge to indicate the license compliance status of the project in the README.

3.0.1 `world_flags` Benchmark

12 Feb 08:55
Immutable release. Only release title and notes can be modified.
74fb192

Choose a tag to compare

refactor: implement conditional imports for platform environment (#483)

* refactor: implement conditional imports for platform environment

- Added platform-specific implementations for environment handling.
- Introduced conditional imports in platform_environment.dart to support
  different platforms (IO, web).

* refactor: update changelog and pubspec.yaml for platform support

- Added `platforms` section to `pubspec.yaml` to declare support for all official Flutter platforms.
- Updated version in example `pubspec.yaml` to 3.0.1.
- Improved clarity in CHANGELOG.

* refactor: enhance benchmark runner with command logging and dependency upgrade

- Added logging for command execution in _runCommand.
- Included a step to upgrade dependencies in _buildApk.
- Improved argument formatting for command execution.

3.0.0 `world_flags` Benchmark

31 Jan 18:44
Immutable release. Only release title and notes can be modified.
39b48a0

Choose a tag to compare

world_flags-v3.0.0

chore: `world_flags` v3.0.0

4.0.0 `world_countries` Benchmark

01 Feb 09:35
Immutable release. Only release title and notes can be modified.
98e8633

Choose a tag to compare

chore: `world_countries` v4.0.0 (#471)

* feat: add iso maps builder to locale delegate for map customization

- Introduced isoMapsBuilder parameter to allow mutation of IsoMaps
- Updated tests to verify behavior of isoMapsBuilder in TypedLocaleDelegate

* chore: update version to 4.0.0 and adjust changelog for new features

- Updated application version in about dialog and pubspec files.
- Added new features to changelog including animated shader delegates.

3.9.4 `world_countries` Benchmark

10 Nov 21:04
Immutable release. Only release title and notes can be modified.
81dcfeb

Choose a tag to compare

chore(ci): update ubuntu version in backup workflow

Changed the runner from ubuntu-slim to ubuntu-latest for better support.

3.9.3 `world_countries` Benchmark

28 Oct 17:20
Immutable release. Only release title and notes can be modified.
8c10c83

Choose a tag to compare

Initial public Flashlight benchmark derived from the world_countries/example app, executed in Profile mode.