nazarcybulskij
nazarcybulskij
> The DataStore query doesn't do anything on the first load of the app, so I tried to listen for the DataStoreChannelEventName.READY event, but it took 1 minute from opening...
@poojamat I don't save any data when the app is started. It is the first starting app
> A large dataset can cause DataStore sync to take more time to sync all the records and send the READY event. You can limit the number of records being...
@cenezoic123 I used this library https://pub.dev/packages/aws_auth for my web flutter project -- example code https://gist.github.com/nazarcybulskij/a0ca2f12a93c22704a13bf2111d06a6f
so that to expand the specified item automatically , I use this code in adapter if(position ==expandposition) ((View)contentlayout.getParent()).setVisibility(View.VISIBLE); else ((View)contentlayout.getParent()).setVisibility(View.GONE);