classCategoryBean{String name;String url;bool _isChecked=false;List<SubCategoryBean>itemList;boolgetisChecked=>_isChecked??false;setisChecked(bool value)=>_isChecked=value;CategoryBean({this.name,this.url,this.itemList});}classSubCategoryBean{String name;String url;bool _isChecked=false;SubCate...
classCategoryBean{String name;String url;bool _isChecked=false;List<SubCategoryBean>itemList;boolgetisChecked=>_isChecked??false;setisChecked(bool value)=>_isChecked=value;CategoryBean({this.name,this.url,this.itemList});}classSubCategoryBean{String name;String url;bool _isChecked=false;SubCate...
classCategoryBean{String name;String url;bool _isChecked=false;List<SubCategoryBean>itemList;boolgetisChecked=>_isChecked??false;setisChecked(bool value)=>_isChecked=value;CategoryBean({this.name,this.url,this.itemList});}classSubCategoryBean{String name;String url;bool _isChecked=false;SubCate...
List<SubCategoryBean> itemList; bool get isChecked => _isChecked ?? false; set isChecked(bool value) => _isChecked = value; CategoryBean({this.name, this.url, this.itemList}); } class SubCategoryBean { String name; String url; bool _isChecked = false; SubCategoryBean({this.name, ...
Flutter123:图解简易GroupList二级分组列表
Flutter · Tencent Cloud Chat Introduction SDKAPI Api V2TIMConversationManager addConversationListener addConversationsToGroup createConversationGroup deleteConversation deleteConversationGroup deleteConversationsFromGroup getConversation getConversationGroupList getConversationList getConversationListByConversaionIds ...
Contributions of any kind are more than welcome! Feel free to fork and improve flutter_group_list_view in any way you want, make a pull request, or open an issue. Releases7 v1.1.1Latest Mar 10, 2021 + 6 releases Contributors2
groupNameString是全部群名称,不能为 null。 notificationString否全部群公告 introductionString否全部群介绍 faceUrlString否全部群头像Url boolString否全部是否全体禁言 addOptGroupAddOptTypeEnum否全部加群选项 memberListList<V2TimGroupMember>是全部初始成员列表 ...
MultFlutterTestActivity kotlin classMultFlutterTestActivity:ListActivity() {overridefunonCreate(savedInstanceState:Bundle?){super.onCreate(savedInstanceState)valarray = arrayOf("addObserver","removeObserver","SingleFlutterActivity","DoubleFlutterActivity","get","set",)listAdapter = ArrayAdapter(this, andro...
flutter_group_sliver Add a grouping background by customizing the RenderSliver. Features Support custom margin and padding. Support custom decoration. Getting started In thepubspec.yamlof your flutter project, add the following dependency: dependencies:...flutter_group_sliver:"^0.0.2" ...