Closed sharpordie closed 1 year ago
There is a nasty conflict when using Flutter Beta (3.0.0-417.1.beta).
The name 'View' is defined in the libraries 'package:flutter/src/widgets/view.dart' and 'package:mvvm_plus/src/src.dart (via package:mvvm_plus/mvvm_plus.dart)'.
Thanks for reporting this. I deprecated View for ViewWidget to resolve the name collision.
View
ViewWidget
There is a nasty conflict when using Flutter Beta (3.0.0-417.1.beta).