add device info at login
This commit is contained in:
@@ -14,11 +14,15 @@ import 'package:flutter/widgets.dart';
|
||||
class $AssetsImagesGen {
|
||||
const $AssetsImagesGen();
|
||||
|
||||
/// File path: assets/images/ic_notification.png
|
||||
AssetGenImage get icNotification =>
|
||||
const AssetGenImage('assets/images/ic_notification.png');
|
||||
|
||||
/// File path: assets/images/logo.png
|
||||
AssetGenImage get logo => const AssetGenImage('assets/images/logo.png');
|
||||
|
||||
/// List of all assets
|
||||
List<AssetGenImage> get values => [logo];
|
||||
List<AssetGenImage> get values => [icNotification, logo];
|
||||
}
|
||||
|
||||
class Assets {
|
||||
|
||||
Reference in New Issue
Block a user