dart
Flutter save data from json with hive
I am trying to save api data with hive, and got this error: HiveE开发者_StackOverflow社区rror: Cannot write, unknown type: User. Did you forget to register an adapter?[详细]
2022-12-07 18:28 分类:问答UI changes only when I hot reload the app
I\'m trying to get data from bottomsheet to model then I show them in listview. I can see everything works but when I trying to add new data it does not show first and then if I hot reload the app I c[详细]
2022-12-07 18:13 分类:问答QRcode not displaying while convert to pdf in flutter
QR Code does not display in pdf while convert html content to pdf QR Code does not display 开发者_如何学Pythonin pdf while convert html content to pdf. I am using QRcode library for creating QRcode in[详细]
2022-12-07 18:12 分类:问答How to disable animation of marker rotation using animarker package
I am using flutter_animarker: ^3.4.0-beta.1 package. my code: void newLocationUpdate(LocationObj obj) {[详细]
2022-12-07 18:11 分类:问答Unnecessary usage of bang operator
I have a problem understanding, and living with, the excessive use of bang operators in dart/flutter.[详细]
2022-12-07 18:06 分类:问答How to make sure textformfield input is a number(positive or negative or double)
Hi im facing the issue when converting user input to a double example when i input -3 i faced with an FormatException (FormatException: Invalid double -). How can i deal with this? Furthermore how can[详细]
2022-12-07 17:47 分类:问答An error was encountered processing the command (domain=FBSOpenApplicationServiceErrorDomain, code=3):
Trying to run this project on a MacBook but this error keeps showing. Looked for some solutions but they all failed.[详细]
2022-12-07 17:30 分类:问答Flutter : Making MyApp (starting class) a WidgetsBindingObserver?
My app has a websocket backbone, but it\'s connection is severed whenever the app goes into inactive (or background) for more than 10~ish seconds.[详细]
2022-12-07 17:10 分类:问答
加载中,请稍侯......