FilledStacks / responsive_builder

A set of widgets to make responsive UI building in flutter more readable
MIT License
497 stars 80 forks source link

Update to 'Dart 3 compatible' #51

Closed hajajmaor closed 1 year ago

hajajmaor commented 1 year ago

Fixes #50

leynier commented 1 year ago

Hi @FilledStacks, can you please merge this PR? We need your help because the new Flutter release (3.10.1) is causing some issues with upgrading to Dart 3.0.1. Thank you in advance! 🙏🙇‍♂️

hajajmaor commented 1 year ago

Hi @FilledStacks, can you please merge this PR? We need your help because the new Flutter release (3.10.1) is causing some issues with upgrading to Dart 3.0.1. Thank you in advance! 🙏🙇‍♂️

I have updated my master branch, use it like this until @FilledStacks merges this PR.

  responsive_builder:
    git:
      url: https://github.com/hajajmaor/responsive_builder/
FilledStacks commented 1 year ago

Merging in now. thanks for making the PR

FilledStacks commented 1 year ago

Jeez. This fix is broken. dart 4 doesn't exist. I will fix this now and push.

FilledStacks commented 1 year ago

Fixed

hajajmaor commented 1 year ago

In a new Flutter project, you can see that the env should be max v4.0.0. So that's why I wrote version 4.

image