seel-channel / helpers

FLUTTER PACKAGE: It's a tool that allows you to convert repetitive and tedious statements into easy-to-read and intuitive statements.
https://pub.dev/packages/helpers
MIT License
16 stars 29 forks source link

theme data update needed - flutter version 3.19.0 #8

Open projekt01 opened 4 months ago

projekt01 commented 4 months ago

flutter: 3.19.0

/helpers-1.2.3/lib/helpers/misc_build/build_color.dart:88:47: Error: The getter 'selectedRowColor' isn't defined for the class 'ThemeData'.

ghost commented 4 months ago
Capture d’écran 2024-02-20 à 15 57 58

you can remove this line temporarily if you don't use it if you absolutely need to build

gehad-ahmed-mohammed commented 4 months ago

Is there any updates when will this fix released ??

mitch2na commented 4 months ago

Created a pull request #9 and i'm using this in my builds right now

  helpers:
    git:
      url: https://github.com/mitch2na/helpers.git
      ref: main
AftabUfaq commented 6 days ago

same issue

AftabUfaq commented 6 days ago

Created a pull request #9 and i'm using this in my builds right now

  helpers:
    git:
      url: https://github.com/mitch2na/helpers.git
      ref: main

conflict with scroll_navigation

AftabUfaq commented 6 days ago

here is another solution for this . just extending @mitch2na solution

helpers: git: url: https://github.com/mitch2na/helpers.git ref: main scroll_navigation:
git: url: https://github.com/AftabUfaq/scroll_navigation.git ref: master