mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Flutter 3.29 beta (#2571)
This commit is contained in:
@@ -12,7 +12,4 @@ const userApiModel = UserApiModel(
|
||||
picture: 'assets/user.jpg',
|
||||
);
|
||||
|
||||
const user = User(
|
||||
name: 'NAME',
|
||||
picture: 'assets/user.jpg',
|
||||
);
|
||||
const user = User(name: 'NAME', picture: 'assets/user.jpg');
|
||||
|
||||
Reference in New Issue
Block a user