seel-channel / helpers

FLUTTER PACKAGE: It's a tool that allows you to convert repetitive and tedious statements into easy-to-read and intuitive statements.
https://pub.dev/packages/helpers
MIT License
16 stars 30 forks source link

Issue with flutter 3.10.0 with window field #5

Open Thibault4 opened 1 year ago

Thibault4 commented 1 year ago

They are an issue with new flutter version. Code use deprecated code

Error (Xcode): ../../../.pub-cache/hosted/pub.dev/helpers-1.2.0/lib/helpers/misc.dart:127:7: Error: No named parameter with the name 'window'.

Replace window with new version please

It is window singleton who are deprecated : https://docs.flutter.dev/release/breaking-changes/window-singleton

seel-channel commented 1 year ago

Fixed in helpers 1.2.3