{ // HomeRowModel model = item; // return HomeTypeView( // title: '${model?.name}', // data: model?.video, // count: 3, // onTap: () { // routePush(new HotTopicPage( // topicId: model.id)); // }, // ); // }).toList(), // ), ], ), ), ], ), ), ]...
For everyone, who is looking for a solution: Go to the top of your widget tree Add ScrollConfiguration widget above it flutter doctor -v
The standard approach to rendering scrollable lists within an iPhone application is to use a UITableView. So you’ll next add one of these to the view controller that was created as part of the project template. Click on SHCViewController.xib in order to open the Interface Builder and drag...
In order to demonstrate how one codebase can be used for both web and mobile apps, We’ve pulled together a demo flutter app which showcases all the building blocks of Flutter and we can see how they render on different devices. This app has implemented Material Design and we’ll be tes...
Make signature pad unscrollable when sign #18 Closed fix scrollable issue #19 Merged Contributor jaumard commented Mar 17, 2020 there is a pending PR fixing this apparently, so if people want to test and give feedback about this don't hesitate. #19 jaumard closed this in #19 Mar ...