Skip to content

Feature: Receive tab#2

Merged
kronikarz merged 1 commit intomasterfrom
mj-feature/receive-tab
Jun 25, 2025
Merged

Feature: Receive tab#2
kronikarz merged 1 commit intomasterfrom
mj-feature/receive-tab

Conversation

@nemoforte
Copy link
Collaborator

This branch introduces the UI tab responsible for recording and showing the decoded message.

List of changes:

  • created a UI based on design and implemented external assets
  • created theme_assets.dart to allow managing the theme settings
  • created receive_tab.dart with a few children widgets as a main Receive tab view component, but placed it inside main_page.dart, to prepare for the implementation of the next Send tab
  • created receive_tab_cubit.dart to manage the Receive tab view
  • created device_selector.dart - a widget that allows to select the input device on windows application, using win32audio package
  • created a series of AnimationController widgets in receive_tab, that allow animated UI and respond to different states of the ReceiveTabCubit
  • created outlined_icon.dart to allow outlining every icon
  • implemented particle generator in decoded_msg_background.dart using the particles_flutter package
  • added placeholder_test.dart to support GitHub workflows with private repo access config, in case tests are added in the future (placeholder can be replaced with real tests)

This branch introduces the UI tab responsible for recording and showing the decoded message.

List of changes:
- created a UI based on design and implemented external assets
- created theme_assets.dart to allow managing the theme settings
- created receive_tab.dart with a few children widgets as a main Receive tab view component, but placed it inside main_page.dart, to prepare for the implementation of the next Send tab
- created receive_tab_cubit.dart to manage the Receive tab view
- created device_selector.dart - a widget that allows to select the input device on windows application, using win32audio package
- created a series of AnimationController widgets in receive_tab, that allow animated UI and respond to different states of the ReceiveTabCubit
- created outlined_icon.dart to allow outlining every icon
- implemented particle generator in decoded_msg_background.dart using the particles_flutter package
- added placeholder_test.dart to support GitHub workflows with private repo access config, in case tests are added in the future (placeholder can be replaced with real tests)
@nemoforte nemoforte requested review from dpajak99 and kronikarz June 25, 2025 12:31
@nemoforte nemoforte force-pushed the mj-feature/receive-tab branch from 5da612f to 609f4e6 Compare June 25, 2025 12:37
@kronikarz kronikarz merged commit 85e6db2 into master Jun 25, 2025
2 checks passed
@kronikarz kronikarz deleted the mj-feature/receive-tab branch June 25, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants