stargazing-dino / just_the_tooltip

A directional tooltip for flutter projects
https://pub.dev/packages/just_the_tooltip
MIT License
56 stars 54 forks source link

Get rid of JustTheInterface #56

Open stargazing-dino opened 2 years ago

stargazing-dino commented 2 years ago

I think I previously was using it to avoid passing through super parameters but with new super language feature in dart it's relatively easy. It would also just be nice because this is very non-standard the way I do it.