mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 06:28:41 +00:00
fixing 32-bit integer
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
This commit is contained in:
parent
4f27bfba01
commit
0ed264f152
1 changed files with 1 additions and 2 deletions
|
|
@ -175,8 +175,7 @@ Future<void> showLocalPushNotification(
|
|||
|
||||
await flutterLocalNotificationsPlugin.show(
|
||||
pushUser.userId.toInt() %
|
||||
// ignore: avoid_js_rounded_ints
|
||||
2373257871630019505, // Invalid argument (id): must fit within the size of a 32-bit integer
|
||||
2147483647, // Invalid argument (id): must fit within the size of a 32-bit integer
|
||||
title,
|
||||
body,
|
||||
notificationDetails,
|
||||
|
|
|
|||
Loading…
Reference in a new issue