Skip to content

Commit 41c4e8b

Browse files
committed
Use result library
1 parent ae5e869 commit 41c4e8b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+100
-997
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ build/
3030
/example/app/
3131
/nex_implemnetations/
3232
/test_db/
33+
CLAUDE.md

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## [0.6.0] - 2025-07-12
3+
## [0.7.0]
4+
- Improve hot reload
45

5-
### 🎉 Major Features
6+
## [0.6.0]
67

78
#### Hot Reload Recovery System
89
- **Intelligent Hot Reload Detection**: Multi-strategy detection system that identifies when Flutter hot reload has invalidated FFI connections
@@ -147,7 +148,7 @@
147148
#### Changed
148149
- **Architecture**: Multi-backend architecture with platform-optimized storage solutions
149150
- **Documentation**: Comprehensive documentation explaining technical decisions and platform differences
150-
- **API Exports**: Added missing exports for `LocalDbModel`, `ErrorLocalDb`, and `LocalDbResult` types
151+
- **API Exports**: Added missing exports for `LocalDbModel`, `ErrorLocalDb`, and `Result` types
151152
- **Example App**: Enhanced UI showing current platform and storage backend information
152153

153154
#### Fixed

CLAUDE.md

Lines changed: 0 additions & 100 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Add to your pubspec.yaml:
6161

6262
```yaml
6363
dependencies:
64-
flutter_local_db: ^0.5.1
64+
flutter_local_db: ^0.7.0
6565
```
6666
6767
## Basic Usage

android/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

android/build.gradle

Lines changed: 0 additions & 52 deletions
This file was deleted.

android/gradle.properties

Lines changed: 0 additions & 3 deletions
This file was deleted.

android/settings.gradle

Lines changed: 0 additions & 1 deletion
This file was deleted.

android/src/main/java/com/rust/flutter_local_db/FlutterLocalDbPlugin.java

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)