无法在应用程序中使用database.listCollections()获取集合列表。它总是返回null。E/flutter (12082): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type 'Null' is nota subtype of type 'int'
E/flutter (12082): #0
我在fragment中的createView()上有一些关于片段的数据,并且我想将这些数据发送到处理任何事件的活动(我知道接口方法,但在片段中没有任何按钮)。现在,我想将片段数据带到活动的按钮单击上。get the data from the fragment });这是我的片段,它只有textViews,没有任何按钮,我可以在上面实现接口并向activity发送数据