File tree Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.1.8
2
+
3
+ ### Fixes
4
+
5
+ Fix Android release build on Flutter 3.24.0
6
+
1
7
## 3.1.7
2
8
3
9
### Fixes
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Holy smokes you're here! Let's get started on using the coolest Flutter database
65
65
### 1. Add to pubspec.yaml
66
66
67
67
``` yaml
68
- isar_version : &isar_version 3.1.7 # define the version to be used
68
+ isar_version : &isar_version 3.1.8 # define the version to be used
69
69
70
70
dependencies :
71
71
isar :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ abstract class Isar {
18
18
}
19
19
20
20
/// The version of the Isar library.
21
- static const version = '3.1.7 ' ;
21
+ static const version = '3.1.8 ' ;
22
22
23
23
/// Smallest valid id.
24
24
static const Id minId = isarMinId;
Original file line number Diff line number Diff line change 1
1
name : isar
2
2
description : Extremely fast, easy to use, and fully async NoSQL database for Flutter.
3
- version : 3.1.7
3
+ version : 3.1.8
4
4
repository : https://github.com/isar-community/isar/tree/main/packages/isar
5
5
homepage : https://github.com/isar-community/isar
6
6
issue_tracker : https://github.com/isar-community/isar/issues
Original file line number Diff line number Diff line change 1
1
name : isar_flutter_libs
2
2
description : Isar Core binaries for the Isar Database. Needs to be included for Flutter apps.
3
- version : 3.1.7
3
+ version : 3.1.8
4
4
repository : https://github.com/isar-community/isar
5
5
homepage : https://isar.dev
6
6
publish_to : https://pub.isar-community.dev/
@@ -13,7 +13,7 @@ dependencies:
13
13
flutter :
14
14
sdk : flutter
15
15
isar :
16
- version : 3.1.7
16
+ version : 3.1.8
17
17
hosted : https://pub.isar-community.dev
18
18
19
19
flutter :
Original file line number Diff line number Diff line change 1
1
name : isar_generator
2
2
description : Code generator for the Isar Database. Finds classes annotated with @Collection.
3
- version : 3.1.7
3
+ version : 3.1.8
4
4
repository : https://github.com/isar-community/isar
5
5
homepage : https://isar.dev
6
6
publish_to : https://pub.isar-community.dev/
@@ -15,7 +15,7 @@ dependencies:
15
15
dartx : ^1.1.0
16
16
glob : ^2.0.2
17
17
isar :
18
- version : 3.1.7
18
+ version : 3.1.8
19
19
hosted : https://pub.isar-community.dev
20
20
path : ^1.8.1
21
21
source_gen : ^1.2.2
You can’t perform that action at this time.
0 commit comments