kasy-cli 1.31.8 → 1.31.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/lib/commands/new.js +7 -10
  2. package/lib/scaffold/CHANGELOG.json +9 -0
  3. package/lib/scaffold/backends/supabase/config.toml +39 -2
  4. package/lib/scaffold/backends/supabase/deploy.js +14 -2
  5. package/lib/scaffold/catalog.js +24 -0
  6. package/lib/scaffold/shared/generator-utils.js +53 -1
  7. package/package.json +2 -2
  8. package/templates/firebase/assets/images/premium-bg.jpg +0 -0
  9. package/templates/firebase/assets/images/premium-switch-header.png +0 -0
  10. package/templates/firebase/lib/components/kasy_app_bar.dart +107 -1
  11. package/templates/firebase/lib/core/bottom_menu/bottom_menu.dart +26 -7
  12. package/templates/firebase/lib/core/bottom_menu/kasy_bottom_bar_factory.dart +63 -40
  13. package/templates/firebase/lib/core/chrome/chrome_visibility.dart +119 -0
  14. package/templates/firebase/lib/core/shared_preferences/shared_preferences.dart +12 -0
  15. package/templates/firebase/lib/core/web_device_preview/web_device_preview.dart +25 -3
  16. package/templates/firebase/lib/core/web_viewport_scale.dart +15 -4
  17. package/templates/firebase/lib/features/home/home_feed.dart +59 -5
  18. package/templates/firebase/lib/features/home/home_image_grid.dart +81 -52
  19. package/templates/firebase/lib/features/home/home_page.dart +6 -8
  20. package/templates/firebase/lib/features/notifications/ui/notifications_page.dart +1 -0
  21. package/templates/firebase/lib/features/settings/settings_page.dart +26 -0
  22. package/templates/firebase/lib/features/subscriptions/ui/component/paywall_minimal.dart +169 -90
  23. package/templates/firebase/lib/features/subscriptions/ui/component/paywall_row.dart +219 -202
  24. package/templates/firebase/lib/features/subscriptions/ui/component/paywall_with_switch.dart +67 -30
  25. package/templates/firebase/lib/features/subscriptions/ui/component/premium_content.dart +16 -6
  26. package/templates/firebase/lib/i18n/en.i18n.json +1 -0
  27. package/templates/firebase/lib/i18n/es.i18n.json +1 -0
  28. package/templates/firebase/lib/i18n/pt.i18n.json +1 -0
  29. package/templates/firebase/pubspec.yaml +1 -1
@@ -441,6 +441,7 @@
441
441
  "theme_option_light": "Claro",
442
442
  "theme_option_dark": "Escuro",
443
443
  "haptic_feedback_title": "Feedback háptico",
444
+ "hide_chrome_on_scroll_title": "Ocultar barras ao rolar",
444
445
  "section_preferences_label": "PREFERÊNCIAS",
445
446
  "section_security_label": "SEGURANÇA",
446
447
  "section_support_label": "SUPORTE",
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
16
16
  # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
17
17
  # In Windows, build-name is used as the major, minor, and patch parts
18
18
  # of the product and file versions while build-number is used as the build suffix.
19
- version: 1.0.0+36
19
+ version: 1.0.0+38
20
20
 
21
21
  environment:
22
22
  sdk: ^3.11.0