fluttercandies/loading_more_list

Web support

oliver92 opened this issue · 4 comments

Do you plan on adding web support?

is there any problem in web?

I think you just need to add support for it in your pubspec

web is already in flutter sdk, you can build it without any other operation

I see... However i do get an exception this is it:

The following UnsupportedError was thrown building IndicatorWidget(dirty):
Unsupported operation: Platform._operatingSystem

package:loading_more_list/src/indicator_widget.dart 165:21 getIndicator
package:loading_more_list/src/indicator_widget.dart 65:22 build

Is there a way to make Platform. work on web?

Oliver