surf-flutter-app-template icon indicating copy to clipboard operation
surf-flutter-app-template copied to clipboard

feat: Added a service for displaying snacks

Open internetova opened this issue 1 year ago • 1 comments

Checklist

A service has been written that will help you use flutter_easy_dialogs to display snacks "out of the box".

https://github.com/surfstudio/surf-flutter-app-template/assets/39735343/142d53c3-d05f-4d2c-b4de-421ab6411766

  • [x] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [x] Is there an existing issue for this PR?
    • link issue here (use keywords like fix, close, resolve etc. if necessary)
  • [x] Have the files been linted and formatted?
  • [ ] Have the docs been updated to match the changes in the PR?
  • [ ] Have the tests been updated to match the changes in the PR?
  • [x] Attached videos/screenshots demonstrating the fix/feature.
  • [ ] Have you run the tests locally to confirm they pass?

New Features

What new capabilities does this PR add?

What docs changes are needed to explain this?

internetova avatar Apr 11 '24 12:04 internetova

Codecov Report

Attention: Patch coverage is 0.75188% with 132 lines in your changes are missing coverage. Please review.

Project coverage is 23.16%. Comparing base (339c48c) to head (46893e3). Report is 17 commits behind head on main.

Files Patch % Lines
...tures/snack_queue/presentation/snack_queue_wm.dart 0.00% 63 Missing :warning:
...k_queue/presentation/default_snack_controller.dart 3.84% 25 Missing :warning:
...tures/debug/presentation/ui_kit/ui_kit_screen.dart 0.00% 18 Missing :warning:
.../features/debug/presentation/ui_kit/ui_kit_wm.dart 0.00% 8 Missing :warning:
...s/snack_queue/presentation/snack_queue_widget.dart 0.00% 5 Missing :warning:
...snack_queue/presentation/snack_queue_provider.dart 0.00% 4 Missing :warning:
...atures/snack_queue/presentation/top_snack_bar.dart 0.00% 4 Missing :warning:
lib/l10n/app_localizations_en.g.dart 0.00% 2 Missing :warning:
lib/l10n/app_localizations_ru.g.dart 0.00% 2 Missing :warning:
...es/snack_queue/presentation/snack_queue_model.dart 0.00% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #114      +/-   ##
==========================================
- Coverage   26.39%   23.16%   -3.23%     
==========================================
  Files          55       61       +6     
  Lines         917     1049     +132     
==========================================
+ Hits          242      243       +1     
- Misses        675      806     +131     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar May 06 '24 11:05 codecov-commenter

Please, provide a video on how it works now.

I added a screencast to the description of the PR

DmitrDomrachev avatar May 07 '24 06:05 DmitrDomrachev