feat : package chicken and added to app

This commit is contained in:
MrM
2025-06-03 23:26:38 +03:30
parent 880ef4c175
commit 5d5956c7f2
18 changed files with 383 additions and 3 deletions

11
lib/res/assets_res.dart Normal file
View 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
View 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';
}