chore : add loading lottie file

This commit is contained in:
2025-06-29 09:58:36 +03:30
parent b2dfaad948
commit 5d5d7f1902
6 changed files with 5784 additions and 10 deletions

5755
assets/anim/loading.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -12,6 +12,16 @@ import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart' as _svg; import 'package:flutter_svg/flutter_svg.dart' as _svg;
import 'package:vector_graphics/vector_graphics.dart' as _vg; import 'package:vector_graphics/vector_graphics.dart' as _vg;
class $AssetsAnimGen {
const $AssetsAnimGen();
/// File path: assets/anim/loading.json
String get loading => 'assets/anim/loading.json';
/// List of all assets
List<String> get values => [loading];
}
class $AssetsIconsGen { class $AssetsIconsGen {
const $AssetsIconsGen(); const $AssetsIconsGen();
@@ -524,6 +534,7 @@ class $AssetsVecGen {
class Assets { class Assets {
const Assets._(); const Assets._();
static const $AssetsAnimGen anim = $AssetsAnimGen();
static const $AssetsIconsGen icons = $AssetsIconsGen(); static const $AssetsIconsGen icons = $AssetsIconsGen();
static const $AssetsImagesGen images = $AssetsImagesGen(); static const $AssetsImagesGen images = $AssetsImagesGen();
static const $AssetsLogosGen logos = $AssetsLogosGen(); static const $AssetsLogosGen logos = $AssetsLogosGen();

View File

@@ -829,6 +829,14 @@ packages:
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.3.0" version: "1.3.0"
lottie:
dependency: "direct main"
description:
name: lottie
sha256: c5fa04a80a620066c15cf19cc44773e19e9b38e989ff23ea32e5903ef1015950
url: "https://pub.dev"
source: hosted
version: "3.3.1"
matcher: matcher:
dependency: transitive dependency: transitive
description: description:
@@ -1101,13 +1109,6 @@ packages:
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.5.0" version: "1.5.0"
rasadyar_auth:
dependency: "direct main"
description:
path: "../auth"
relative: true
source: path
version: "0.0.1"
rxdart: rxdart:
dependency: "direct main" dependency: "direct main"
description: description:

View File

@@ -23,6 +23,7 @@ dependencies:
cupertino_icons: ^1.0.8 cupertino_icons: ^1.0.8
flutter_slidable: ^4.0.0 flutter_slidable: ^4.0.0
flutter_rating_bar: ^4.0.1 flutter_rating_bar: ^4.0.1
lottie: ^3.3.1
##Log ##Log
logger: ^2.5.0 logger: ^2.5.0

View File

@@ -861,6 +861,14 @@ packages:
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.3.0" version: "1.3.0"
lottie:
dependency: transitive
description:
name: lottie
sha256: c5fa04a80a620066c15cf19cc44773e19e9b38e989ff23ea32e5903ef1015950
url: "https://pub.dev"
source: hosted
version: "3.3.1"
matcher: matcher:
dependency: transitive dependency: transitive
description: description:

View File

@@ -61,12 +61,10 @@ flutter:
assets: assets:
- assets/icons/ - assets/icons/
- assets/icons/inside.svg
- assets/icons/outside.svg
- assets/icons/whare_house.svg
- assets/images/ - assets/images/
- assets/logos/ - assets/logos/
- assets/vec/ - assets/vec/
- assets/anim/
fonts: fonts: