-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter App Redesign and 1.0.0 release #99
Merged
Merged
+1,922
−890
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Created theme.dart with black and white theme configuration - Updated main.dart to use the new theme - Set surface color to #FEFDF5 - Implemented black and white color scheme - Added theme configurations for buttons and inputs
…p-themes [WEBRTC-2446] Adjust app themes to match Figma
- Created profile model for storing user credentials - Added profile provider with SharedPreferences persistence - Implemented profile switcher bottom sheet UI - Updated login controls to use profiles - Added support for token and credential login Features: - Add profile (Token and SIP Credentials) - Delete profile - Select Profile - Persistent storage using SharedPreferences - Automatic login with selected profile WEBRTC-2449
Login UI Changes
[Flutter] Profile Bottom Sheet - WEBRTC-2449
Bumping major version as there is a breaking change
- Add integration_test dependency to pubspec.yaml - Create integration test for full call flow - Set up GitHub Actions workflow for UI tests - Use environment variables for secure credentials
Home / Call Design Changes
WEBRTC-2462: Add Flutter UI integration tests
…can run with the missing firebase_options from git itgnore
wojciechowskiradek
approved these changes
Feb 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WEBRTC-2376 - Flutter App Redesign.
👴 👶 Behaviors
Before changes
After changes
Screen.Recording.2025-01-28.at.16.51.01.mov
✋ Manual testing