hive_ce_flutter
v2.3.4Extension for Hive. Makes it easier to use Hive in Flutter apps.
Архив пакета: https://pubdev.letsnova.ru/api/archives/hive_ce_flutter/2.3.4.tar.gz
Установка
dart pub add hive_ce_flutterREADME
Extension for hive_ce please go there for documentation.
История изменений
2.3.4
- Adds
hive_ce_flutter.dartto make the publish action happy
2.3.3
- Catch exception when Flutter engine is not available in
IsolatedHive.initFlutter
2.3.2
- Fixes an issue with the
ColorAdapterreading legacy color data
2.3.1
- Fixes web compatibility check
2.3.0
- Adds
IsolatedHive.initFlutter - Allows changing the type ids of
ColorAdapterandTimeOfDayAdapter
2.2.0
- Fixes deprecation of
Color.value
2.1.0
- Does not crash with multiple calls to
initFlutter
2.0.0
- BREAKING: Registers
ColorAdapterandTimeOfDayAdapterinHive.initFlutter- MIGRATION: Remove external registration of
ColorAdapterandTimeOfDayAdapter
- MIGRATION: Remove external registration of
1.2.0
- The first release of hive_ce_flutter
