Sagar Zala
Sagar Zala

Reputation: 5134

Android Native to Flutter not working in master channel

I am integrating Flutter app module in Native Android and IOS applications. I am facing issue with master channel with Android to Flutter. io.flutter.facade.Flutter is not generating in master channel working fine in stable channel. In IOS, code working fine in master channel.

Upvotes: 0

Views: 112

Answers (1)

Joshua de Guzman
Joshua de Guzman

Reputation: 2143

io.flutter.facade.Fluter packages is now deprecated in the latest master channel. Please see https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects.

Also, I think since this is an issue with an SDK, please consider filing an issue in Flutter repo on Github if you have any more concerns.

Upvotes: 1

Related Questions