Eddayy / flutter_star_prnt

Flutter plugin for star printer
GNU General Public License v3.0
15 stars 60 forks source link

No named parameter with the name 'size'. print_commands #53

Open leandroviegas opened 1 month ago

leandroviegas commented 1 month ago

I just updated the flutter to the new version and I'm getting this error:

/C:/Users/Leandr/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_star_prnt-2.4.0/lib/src/print_commands.dart:205:9: Error: No named parameter with the name 'size'. size: logicalSize, ^^^^ /C:/flutter/packages/flutter/lib/src/rendering/view.dart:28:9: Context: Found this candidate, but the arguments don't match. const ViewConfiguration({ ^^^^^^^^^^^^^^^^^ Target kernel_snapshot failed: Exception

FAILURE: Build failed with an exception.

nodahikaru commented 1 month ago

I am getting same error. Help wanted

salarazad commented 1 month ago

I'm having the same issue now after Flutter latest update , please any help

khp53 commented 1 month ago

You guys can use my fork:

flutter_star_prnt:
    git:
      url: https://github.com/khp53/flutter_star_prnt_mod.git
      ref: master
salarazad commented 1 month ago

You guys can use my fork:

flutter_star_prnt:
    git:
      url: https://github.com/khp53/flutter_star_prnt_mod.git
      ref: master

It seems to be working fine with me... thank you for this fork!

luoqiang110 commented 2 weeks ago

Why hasn't the author fixed this issue yet?