jhomlala / alice

HTTP Inspector for Flutter. Allows checking HTTP connections with UI inspector.
544 stars 246 forks source link

fix: example dependencies #186

Closed techouse closed 3 months ago

techouse commented 4 months ago

I noticed that the example dependencies weren't installing so I fixed them.

I also lowered the Dart SDK requirement to ^3.0.0 from '>=3.4.1 <4.0.0' which is just too high in my opinion.

jhomlala commented 3 months ago

LGTM!