Closed yahu1031 closed 2 years ago
@yahu1031 I have added an atSyncUIListener
method in AtSyncUIService
, which can be used to listen to sync status changes, you can test this and see if it matches your requirement.
It's implementation is also added in the example.
The code is in this branch https://github.com/atsign-foundation/at_widgets/tree/feat/custom_sync_ui.
@yahu1031 Is the change added enough, or we need to do something more ?
@yahu1031 I have added an AtSyncUIOverlay.none
state to neither show the overlay
nor the dialog
. Also, added an example button with its usage in the example folder.
https://github.com/atsign-foundation/at_widgets/commit/bdfb225b8fb5710ebe66cb3257d5184236ef36e8
Thanks @nitesh2599 will check and update.
@nitesh2599 I request you to check this PR I modified and added a custom sync indicator https://github.com/atsign-foundation/at_widgets/pull/442
@yahu1031 Can you please verify, if all the changes needed are done, if yes, I can release a new version of at_sync_ui_flutter
.
As of now yes, #445 Resolve this and we are good to go. I tested this on atBuzz. That's working pretty fine.
Needs deployment of at_sync_ui_flutter, Moving to next sprint.
Published at_sync_ui_flutter 1.0.4 version with above changes.
Which at_widget package you want to add enhancement?
at_sync_ui_flutter
On what platforms do you want to add enhancement?
Android, iOS, Windows, MacOS, Linux
Is your feature request related to a problem?
We need a custom Sync UI widget where we can place that in some part of the screen. Not any toast or dialog.
Describe the solution that you'd like
Create a few other widgets or expose/document the methods that can be used to create a custom sync UI widget.
Describe alternatives that you have considered
No response
Additional context
No response