mcrovero / rubber

An elastic material bottom sheet implementation for Flutter.
BSD 2-Clause "Simplified" License
562 stars 88 forks source link

context.ancestorStateOfType(...) is deprecated #63

Closed RyanRamchandar closed 3 years ago

RyanRamchandar commented 3 years ago

The following line of code is deprecated in Flutter versions newer than v1.12.1: https://github.com/mcrovero/rubber/blob/776c140c1ca16895db2432ab1fe418e224a1247e/lib/src/bottom_sheet.dart#L59

Use findAncestorStateOfType instead.

See deprecation notice: https://api.flutter.dev/flutter/widgets/BuildContext/ancestorStateOfType.html

RyanRamchandar commented 3 years ago

Resolved via #61