merged login and home

This commit is contained in:
amirrezaghabeli
2025-08-03 09:44:43 +03:30
parent 24e14b325a
commit 7aa082c6c8
40 changed files with 979 additions and 49 deletions
+10 -2
View File
@@ -16,6 +16,12 @@ environment:
dependencies:
flutter:
sdk: flutter
provider: ^6.1.5
flutter_svg: ^2.2.0
freezed: ^3.1.0
freezed_annotation: ^3.1.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
@@ -48,8 +54,10 @@ flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
assets:
- assets/icons/
- assets/svgs/
- assets/pngs/
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see