Isvisoft / flutter_screen_recording

A new Flutter plugin for record the screen.
MIT License
142 stars 134 forks source link

notificationTitle parameter has been removed which is causing the app to break on new version #111

Closed David-codes0 closed 1 month ago

David-codes0 commented 2 months ago

../../../../.pub-cache/hosted/pub.dev/flutter_screen_recording-2.0.11/lib/flutter_screen_recording.dart:20:7: Error: No named parameter with the name 'notificationTitle'. notificationTitle: titleNotification, ^^^^^^^^^^^^^^^^^ ../../../../.pub-cache/hosted/pub.dev/flutter_screen_recording-2.0.11/lib/flutter_screen_recording.dart:31:7: Error: No named parameter with the name 'notificationTitle'. notificationTitle: titleNotification ?? "", ^^^^^^^^^^^^^^^^^ Failed to compile application.

tgthiag2 commented 2 months ago

same issue

xiuxiu123888 commented 1 month ago

same issue

salime45 commented 1 month ago

fix