mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Fixup CI (#2412)
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
import 'dart:async';
|
||||
import 'dart:math';
|
||||
|
||||
import 'package:collection/collection.dart';
|
||||
import 'package:uuid/uuid.dart' as uuid;
|
||||
|
||||
import 'api.dart';
|
||||
@@ -108,7 +107,7 @@ class MockEntryApi implements EntryApi {
|
||||
var list = _storage.keys
|
||||
.where((k) => k.startsWith(categoryId))
|
||||
.map((k) => _storage[k])
|
||||
.whereNotNull()
|
||||
.nonNulls
|
||||
.toList();
|
||||
return list;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user