WIP: feat(ui): Migrate to new UI implementation

This commit is contained in:
2026-06-22 06:47:16 +04:00
parent 873aa8d7b5
commit bb4334f68d
109 changed files with 13499 additions and 1257 deletions
+14 -1
View File
@@ -19,7 +19,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.9.0
sdk: ">=3.10.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
@@ -74,6 +74,10 @@ flutter:
assets:
- assets/background.png
- assets/logo.png
- assets/fonts/Cinzel-OFL.txt
- assets/fonts/CormorantGaramond-OFL.txt
- assets/fonts/Inter-OFL.txt
- assets/fonts/JetBrainsMono-OFL.txt
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
@@ -86,3 +90,12 @@ flutter:
- family: Cinzel
fonts:
- asset: assets/fonts/Cinzel.ttf
- family: Cormorant Garamond
fonts:
- asset: assets/fonts/CormorantGaramond.ttf
- family: Inter
fonts:
- asset: assets/fonts/Inter.ttf
- family: JetBrains Mono
fonts:
- asset: assets/fonts/JetBrainsMono.ttf