janoodleFTW / timy-messenger

Timy - open source mobile app for groups to communicate and organize themselves. Built with flutter.
Apache License 2.0
2.08k stars 464 forks source link

Fix building project with Flutter Master Channel #27

Closed miquelbeltran closed 4 years ago

miquelbeltran commented 5 years ago

This PR fixed the requirements to build the app against Flutter's master channel (1.10.x).

To switch to master channel, run:

flutter channel master
flutter upgrade

The issue was the library https://github.com/aqwert/flutter_platform_widgets not being compatible with master channel and only being compatible with stable channel (1.9.x)

A fix provided in the branch https://github.com/aqwert/flutter_platform_widgets/tree/beta-1.10.7 made it work.

We would need to switch to a stable version of the library once Flutter 1.10 reaches master channel.