lvsecoto / to_string

A tools for generating toString method for class, in dart, based on `build_runner`.
7 stars 4 forks source link

Dependencies update #5

Closed funder7 closed 1 year ago

funder7 commented 3 years ago

Updated to 1.3.0

Hi, I've updated both packages & example project dependencies. pub get runs without showing any problem, and test are passing.

I'm going to try this new version in my projects to see if any issue occurs. Please can you consider to merge this pull request, and in case publish it?

Thank you

bes89 commented 3 years ago

Any update?

funder7 commented 3 years ago

@bes89 if you need this version you can just specify my forked version as the source, in pubspec.yaml

  to_string:
      git:
          url: git@github.com:funder7/to_string.git
          path: to_string/to_string

   to_string_generator:
       git:
          url: git@github.com:funder7/to_string.git
          path: to_string/to_string_generator

I never used this formula, maybe you need to adjust the path. Cheers

yelkamel commented 3 years ago

thanks @funder7