google / pageloader

A framework for creating page objects for in-browser or WebDriver tests.
https://pub.dartlang.org/packages/pageloader
Apache License 2.0
40 stars 46 forks source link

Add analyzer 0.40.0 support #210

Closed LukeyBeachBoy closed 3 years ago

LukeyBeachBoy commented 3 years ago

type and isObject are deprecated as of analyzer 0.40.0, this causes build issues in cases where analyzer >=0.40.0 <0.40.7 is needed in the same project as pageloader.

They should be replaced with thisType and isDartCoreObject respectively.

valakis commented 3 years ago

It would be really helpful, because the newest angular (6.0.1) can't be used with the pageloader currently

jguitar commented 3 years ago

There is a PR for this #211

mk13 commented 3 years ago

v3.3.2 resolves this.