We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd2cd6 commit de4fa82Copy full SHA for de4fa82
flutter_local_notifications_linux/lib/src/notifications_manager.dart
@@ -1,5 +1,9 @@
1
import 'dart:async';
2
import 'dart:io';
3
+// dart:typed_data is needed for Uint8List, until the project's minimum
4
+// Flutter SDK constraint is updated beyond 3.0.
5
+// ignore: unnecessary_import
6
+import 'dart:typed_data';
7
8
import 'package:collection/collection.dart';
9
import 'package:flutter/foundation.dart';
0 commit comments