flutter-tizen icon indicating copy to clipboard operation
flutter-tizen copied to clipboard

Deprecate the Evas GL renderer and ElmFlutterView

Open swift-kim opened this issue 3 years ago • 1 comments

As a continuation of https://github.com/flutter-tizen/flutter-tizen/issues/481, we will eventually remove the Evas GL rendering backend support from the Tizen embedder, to reduce our maintenance burden and focus only on EGL renderer development. The Evas GL renderer is currently used in the following cases:

  • When running on watch devices (because apps that use the EGL renderer cannot be uploaded to the app store)
  • The renderer type is explicitly specified in the user code (App.cs or runner.cc)
  • When adding a Flutter view to an existing EFL application

This will not happen anytime soon, since Flutter apps designed for Galaxy Watch devices will no longer be able to be published on the app store after this change. If Samsung discontinues support for submitting watch apps to their app store, we may consider moving forward with this. Nothing will happen until then, and there's no action you need to take as an app developer.

swift-kim avatar Mar 08 '23 09:03 swift-kim

Cases using the external output function should be also added to the list above.

JSUYA avatar May 25 '23 09:05 JSUYA

EFL is scheduled to be deprecated in Tizen 10.0. Therefore, it is time to proceed with this task.

JSUYA avatar Oct 28 '25 05:10 JSUYA