fixing 32-bit integer
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run

This commit is contained in:
otsmr 2025-12-17 02:05:12 +01:00
parent 4f27bfba01
commit 0ed264f152

View file

@ -175,8 +175,7 @@ Future<void> showLocalPushNotification(
await flutterLocalNotificationsPlugin.show( await flutterLocalNotificationsPlugin.show(
pushUser.userId.toInt() % pushUser.userId.toInt() %
// ignore: avoid_js_rounded_ints 2147483647, // Invalid argument (id): must fit within the size of a 32-bit integer
2373257871630019505, // Invalid argument (id): must fit within the size of a 32-bit integer
title, title,
body, body,
notificationDetails, notificationDetails,