DenisovAV / flutter_tv

232 stars 40 forks source link

suggest the addition of a plugin list #24

Open gabielchong opened 7 months ago

gabielchong commented 7 months ago

hello Denisov,

I hope this message finds you well.

I am Gabriel, one of the loyal users of your product. I am writing to suggest the addition of a plugin list similar to flutter-tizen (https://github.com/flutter-tizen/plugins). This would provide more options for users and enable us to collectively contribute to maintaining these plugins.

I have personally contributed by creating two plugins myself, easy_localization(3.0.5) and shared_preferences(2.2.3).

easy_localization:
    git:
      url: git@github.com-personal:gabielchong/easy_localization_tv.git
      ref: v3.0.5+21
  shared_preferences:
    git:
      url: git@github.com-personal:gabielchong/packages-tv.git
      ref: v2.2.3+1
      path: packages/shared_preferences/shared_preferences/

Looking forward to your response.

DenisovAV commented 7 months ago

Hi Gabiel, sorry for the delyed answer, I was a bit overloaded, I'll take a look to your plugins and try them, thank you. Will message you here the results

gabielchong commented 7 months ago

@DenisovAV to facilitate your review, easy_localization has only modified the dependency to custom_shared_preferences. shared_preferences has been integrated with your custom_shared_preferences and upgraded to the latest version for enhanced functionality.