-
## Error
```
Launching lib/main.dart on iPhone X in debug mode...
[VERBOSE-2:dart_error.cc(16)] Unhandled exception:
type 'List' is not a subtype of type 'List void) => void>'
#0 new Tangb…
-
Hi Charles,
I am still getting past multiple errors even after I uninstalled your packages:
1. `Unhandled Exception: SerializationException: On load: type '_InternalLinkedHashMap' is not a sub…
-
I am getting the above error message when trying to use Flutter. I believe the issue is due to the fact that AppState has a runtimeType property being added somewhere that is not serializable. Has any…
-
Hi there,
Thanks for a great library!
Is there perhaps any guidance on using it with built_value to serialize/deserialize?
Kind regards,
Ian
-
AppState.fromJson is an asynchronous method,I can't write it like this. How should I write it?
``` dart
var p= Persistor(
storage: FlutterStorage(),
serializer: JsonSerializer((j)…
-
I'm having some trouble with the json serialization of my AppState, my code for fromJson and toJson is below. Could you help provide me with some insight into this issue?
Error:
```
[VERBOSE-2:sh…
-
void main() async{
final persistor = Persistor(
storage: FlutterStorage(key: "GMWAN_AppState.json", location: FlutterSaveLocation.sharedPreferences), // Or use other engines
seriali…
-
```
redux_persist_flutter: ^0.8.0-rc.0
redux_persist: ^0.8.0-rc.0
```
The Readme has no indication on how to handle an exception on persistor.load, so I wrote this try catch because when…
-
👏大家在这里发声,讨论。
1. 拓展:
大家想要fish-redux做哪些能力拓展,水平的,垂直的?
2. 工具:
大家对工具和插件的看法?
3. 问题:
fish-redux在大家使用中会遇到哪些问题 ?
哪些是目前大家使用flutter的普遍的痛点 ?
4. 未来:
期望fish-redux成为一个什么样…
-