tenSun
tenSun
When SearchScreen requests network data, it first displays No results.  Because the list is initialized by default, if the network data is not loaded, the returned list will cause...
Because HookConsumerWidget is used in the project, maybe you can consider just keeping hooks_riverpod. 
Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present]  Consider adding android:exported="true" to AndroidManifest.xml. 
The argument type 'RefreshConfiguration Function()' can't be assigned to the parameter type 'Widget Function(BuildContext, Widget?)'.  can try adding (BuildContext context, Widget? widget).  Note that your app won't be...
在雙列表連動的頁面 來回快速滑動左右兩個列表時, 會有機會產生如下圖的錯誤  至於解決這個錯誤, 我目前使用的是如下圖的方式, 添加判斷來避免錯誤產生  不過我不太清楚為什麼會產生了這個錯誤, 有人知道嗎? 謝謝
Because the LinearPercentIndicator’s _counter has a chance to be greater than one  Maybe you can try to add a judgment
screen display is abnormal  maybe you can try not to specify the height to avoid screen abnormalities
Appears on the first run 
StreamController.broadcast() seems redundant, maybe try to modify it to StreamController(). Although it looks like the ObserverExample uses the stockStream.listen() twice, but since the two StreamControllers are different, So there will...
When you click the return button on the upper left, it will trigger onPopPage, and then update _authNavState, but build() is not triggered.  If you want to really sync...