feat : package chicken and added to app
This commit is contained in:
11
lib/res/assets_res.dart
Normal file
11
lib/res/assets_res.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
// Generated file. Do not edit.
|
||||
// This file is generated by the iFlutter
|
||||
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: lines_longer_than_80_chars
|
||||
class AssetsRes {
|
||||
AssetsRes._();
|
||||
|
||||
static const String PROJECT_NAME = 'rasadyar_app';
|
||||
static const String PROJECT_VERSION = '1.2.0+2';
|
||||
}
|
||||
12
lib/res/font_res.dart
Normal file
12
lib/res/font_res.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
// Generated file. Do not edit.
|
||||
// This file is generated by the iFlutter
|
||||
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: lines_longer_than_80_chars
|
||||
class FontRes {
|
||||
FontRes._();
|
||||
|
||||
static const String PROJECT_NAME = 'rasadyar_app';
|
||||
static const String PROJECT_VERSION = '1.2.0+2';
|
||||
static const String IRANYEKANREGULARFANUM = 'iranyekanregularfanum';
|
||||
}
|
||||
Reference in New Issue
Block a user