buttonsrtoys / mvvm_plus

State management package for Flutter that implements MVVM
MIT License
26 stars 3 forks source link

View conflict with Flutter Beta (3.0.0-417.1.beta) #36

Closed sharpordie closed 1 year ago

sharpordie commented 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)'. 
buttonsrtoys commented 1 year ago

Thanks for reporting this. I deprecated View for ViewWidget to resolve the name collision.