1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-11 01:38:52 +01:00
nc-photos/lib/int_util.dart
Ming Ming 926ac57980 Split large dirs in DB
To workaround 1MB cursor size limit on Android
2021-04-27 19:06:33 +08:00

2 lines
67 B
Dart

const int int32Max = 2147483647;
const int int32Min = -2147483648;