rand dart fix

This commit is contained in:
2026-01-15 17:36:22 -08:00
parent dbbdafd893
commit 91e7e39fe8
131 changed files with 976 additions and 1365 deletions
@@ -168,11 +168,6 @@ class _UsesExampleState extends State<UsesExample> {
),
body: Builder(
builder: (_) {
if (_users == null) {
return Center(
child: CircularProgressIndicator(),
);
}
if (_users.isEmpty) {
return Center(
child: Text('No Users Found'),