Son Le

Results 30 comments of Son Le
trafficstars

I’ve fixed it on branch `feature/switch-theme-new` in the at_widgets. @ayushkumarrojha, could you please test it?

I have checked and I see that all issues are not occurring. Popup has changed theme color and I still build successfully at_contacts_flutter and at_onboarding_flutter on iOS. Could you please...

I fixed for both issue: [#321](https://github.com/atsign-foundation/at_widgets/issues/321) and [#352](https://github.com/atsign-foundation/at_widgets/issues/352) Please confirm the new UI in folder `new_ip_light` and then we can merge and test.

@tinashe404 & @pavithragk please test this issue with two app: - Wavi on branch: `feature/onboarding-2.0` - Atmosphere Pro on branch: `feature/onboarding-2.0` Both of them use the at_onboarding_flutter in branch `feature/on-boarding-2.0`

@tinashe404 this ticket is resolved. Please test it with AtmospherePro in `trunk` branch.

@gkc and @sachins-geekyants Related to this issue: - MacOS: ok - iOS: ok. the app must add `Keychain Sharing` to `Capabilities` in XCode - Android: don't support. `biometric_storage` use `KeyStore`...

I've done this task and pushed code on branch - `feature/enable-user-sharing` of the Wavi app - `feature/enable-user-sharing` of the Atmosphere app @nitesh2599 @sachins-geekyants @ayushkumarrojha you can test it on macOS,...

@yahu1031 For now, you can change the rootDomain in AppConstants from at_onboarding_flutter. ```dart AppConstants.rootDomain = "vip.ve.atsign.zone" ``` Because we will have a new at_onboarding package (which refactors the UI and...

I've added a function `sharing atSign` on Menu Bar in the Wavi app and the Atmosphere app. Please test it @tinashe404 @ayushkumarrojha @sachins-geekyants https://user-images.githubusercontent.com/88494375/200545608-597881cf-73fe-4dfb-b0f8-985453a6997e.mov

@yahu1031 Please check the latest version of at_onboarding in `trunk` branch We can pass `rootDomain` into `AtOnboardingConfig` when call the function `AtOnboarding.onboard...`