leancloud_flutter_plugin icon indicating copy to clipboard operation
leancloud_flutter_plugin copied to clipboard

LeanCloud flutter plugin by Luna Gao

Results 2 leancloud_flutter_plugin issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Can I query and update _User in leancloud using the API? **Describe the solution you'd like** I see I can...

AVQuery queryProduct = AVQuery("Product"); final response = await queryProduct.find(); print(response); I/flutter (28328): [{"className":null,"fields":"{\"createdAt\":\"2019-12-16T12:41:49.622Z\",\"description\":\"HELLO WORLD YOU\",\"imageUrl\":\"https://live.staticflickr.com/4043/4438260868_cc79b3369d_z.jpg\",\"objectId\":\"5df77b8d43c257006cb64d7b\",\"price\":99.0,\"title\":\"HELLO\",\"updatedAt\":\"2019-12-16T12:41:49.622Z\"}"}] 这里的className显示为null