ente/lib/core/constants.dart

8 lines
303 B
Dart
Raw Normal View History

2020-05-05 19:57:57 +00:00
const int THUMBNAIL_SMALL_SIZE = 256;
const int THUMBNAIL_SMALL_SIZE_QUALITY = 80;
2020-04-25 10:28:22 +00:00
const int THUMBNAIL_LARGE_SIZE = 512;
2020-11-22 18:07:40 +00:00
const int COMPRESSED_THUMBNAIL_RESOLUTION = 1080;
const int THUMBNAIL_DATA_LIMIT = 100 * 1024;
2020-05-02 16:28:54 +00:00
const String SENTRY_DSN =
"http://96780dc0b00f4c69a16c02e90d379996@3.211.17.56/2";