flutter-crypto-app
flutter-crypto-app copied to clipboard
Flutter Cryptocurrency App with Riverpod & Freezed + Dio for API REST
When the user enters the search content, they can click the close button to quickly clear the search content to improve user experience.  You can consider using ConsumerStatefulWidget to...
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. 
Hello! I tried to run your code but it gives me the following error: ``` Exception has occurred. DataException (errorBadRequest) ``` The error occurs in this part of the code:...
explain?