1.Error: Could not find the correct Provider<xxxxxxxxx> above this xxxxxx Widget
这个不是找不到provider,而是找到的provider不正确,那么应该是context传的不对
2.NoSuchMethodError: The method '[]' was called on null.
方法返回的是一个数组,但是没有做为空的判断,这个尤其要注意,不止是数组,还有其他的类型
3.NoSuchMethodError: The meth