hive_ce
Hive Community Edition - A spiritual continuation of Hive v2
2.19.3
1000K downloads/mo
#94 most downloaded on pub.dev
IO-Design-Team/hive_ce
What this package is like to depend on
Last release 6 months ago
03 Feb 2026
Release timing varies
gaps range from 8 days to 3 months
Nearly every release is documented
notes for 40 of 40 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
53 releases · first in 2024
18 releases in the last 12 months
see the full history below
Release timeline
53 releases · Jun 2024 to Feb 2026Releases
latest 53-
2.19.303 Feb 2026 -
2.19.202 Feb 2026 -
2.19.121 Jan 2026 -
2.19.020 Jan 2026 -
2.18.016 Jan 2026Release notes
Open source →- Fixes an issue with IsolatedHive encryption
- Automatically disables the unsafe isolate warning when running in a test
-
2.17.013 Jan 2026 -
2.16.018 Dec 2025Release notes
Open source →- Implements a proper logging system
- Adds
hive_ce.dartto make the publish action happy
-
2.15.123 Oct 2025 -
2.15.014 Oct 2025 -
2.14.030 Sep 2025Release notes
Open source →- Adds the ability to override type adapters by type (by @sportismygame in #217)
- Fixes some
Futurehandling issues
-
2.13.329 Sep 2025 -
2.13.217 Sep 2025 -
2.13.117 Sep 2025 -
2.13.017 Sep 2025 -
2.13.0-pre.216 Sep 2025 pre-releaseNothing published for this version
-
2.13.0-pre.116 Sep 2025 pre-releaseNothing published for this version
-
2.12.009 Sep 2025Release notes
Open source →- Notify with the value of a deleted frame instead of
null - Improves adapter of same type warning
- Notify with the value of a deleted frame instead of
-
2.11.404 Sep 2025Release notes
Open source →- Handles exception thrown during compaction on some platforms
- Updates documentation for
IsolatedHive
-
2.11.325 May 2025 -
2.11.215 May 2025Release notes
Open source →- Fixes web compatibility check
- Fixes
deleteFromDisknot completing on web
-
2.11.102 May 2025 -
2.11.028 Apr 2025Release notes
Open source →- Isolate support through
IsolatedHive - Warning messages for potentially unsafe isolate usage
- Updates suggested placement of
GenerateAdaptersannotation - Fixes custom objects in
BoxCollection. Custom objects must now be json serializable. - Adds much more information to the unknown typeId error message
- Supports
freezeddefault values - Enforces that boxes of type
Mapmust beMap<dynamic, dynamic> - Enforces that boxes of type
Iterablemust beIterable<dynamic> - Adds
reservedTypeIdstoGenerateAdaptersannotation
- Isolate support through
-
2.11.0-pre.1125 Apr 2025 pre-releaseNothing published for this version
-
2.11.0-pre.1011 Apr 2025 pre-releaseNothing published for this version
-
2.11.0-pre.910 Apr 2025 pre-releaseNothing published for this version
-
2.11.0-pre.805 Apr 2025 pre-releaseNothing published for this version
-
2.11.0-pre.702 Apr 2025 pre-releaseNothing published for this version
-
2.11.0-pre.623 Mar 2025 pre-releaseNothing published for this version
-
2.11.0-pre.523 Mar 2025 pre-releaseNothing published for this version
-
2.11.0-pre.418 Mar 2025 pre-releaseNothing published for this version
-
2.11.0-pre.318 Mar 2025 pre-releaseNothing published for this version
-
2.11.0-pre.218 Mar 2025 pre-releaseNothing published for this version
-
2.11.0-pre.118 Mar 2025 pre-releaseNothing published for this version
-
2.10.106 Feb 2025 -
2.10.004 Feb 2025 -
2.9.006 Jan 2025Release notes
Open source →- Prints a warning when writing
intorList<int>types in a WASM environment - Only emits print statements when assertions are enabled (aka debug mode)
- Prints a warning when writing
-
2.8.019 Nov 2024 -
2.8.0+121 Nov 2024 -
2.8.0+225 Nov 2024 -
2.8.0+326 Dec 2024 -
2.7.028 Oct 2024 -
2.7.0+101 Nov 2024 -
2.6.018 Sep 2024 -
2.5.006 Aug 2024Release notes
Open source →- Adds
Targetannotations toHiveFieldandHiveTypeto prevent invalid usage - Bumps
analyzerto^6.5.0to deal with deprecations - Bumps
metato^1.14.0forTargetKind.enumValue
- Adds
-
2.5.0+103 Sep 2024Release notes
Open source →- Documentation updates for
HiveFieldin support ofhive_ce_generatorchanges
- Documentation updates for
-
2.5.0+204 Sep 2024Release notes
Open source →- Adds documentation for adding new fields (@vizakenjack)
- Updates README badges
-
2.4.406 Aug 2024 -
2.4.306 Aug 2024 -
2.4.222 Jul 2024Release notes
Open source →- Only shows the adapter with same type warning if the adapters have different type ids
-
2.4.118 Jul 2024 -
2.4.005 Jul 2024Release notes
Open source →- Adds support for Sets
- Adds a built in
DurationAdapter - Adds a warning if attempting to register multiple adapters for the same type
-
2.4.0+106 Jul 2024Release notes
Open source →- Adds a guide to migrate from
hive - Adds documentation for the new
HiveRegistrarextension created byhive_ce_generator
- Adds a guide to migrate from
-
2.3.018 Jun 2024Release notes
Open source →- The first release of Hive Community Edition
- Supports Flutter web WASM compilation
- Fixes analysis issues