CCExtractor / beacon

Flutter application to share location with a group. (under development)
56 stars 146 forks source link

Added Null Support and Latest Flutter version #219

Open afjal1 opened 5 months ago

afjal1 commented 5 months ago

Fixes #

Added Null Support and Ugraded All packages and Flutter SDK to Latest

Screenshots of the changes (If any) -

Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.

Akshatji800 commented 5 months ago

Hey @afjal1 can you please check why the CI is failing

afjal1 commented 5 months ago

Hey @afjal1 can you please check why the CI is failing

It is showing

The current Dart SDK version is 2.18.5.

Because beacon requires SDK version >=3.1.2 <4.0.0, version solving failed.

Akshatji800 commented 5 months ago

Hey @afjal1 can you please check why the CI is failing

It is showing

The current Dart SDK version is 2.18.5.

Because beacon requires SDK version >=3.1.2 <4.0.0, version solving failed.

Hmm can you please pull the changes from #211 can merge with your changes and check if everything works fine.

afjal1 commented 5 months ago

Hey @afjal1 can you please check why the CI is failing

It is showing The current Dart SDK version is 2.18.5. Because beacon requires SDK version >=3.1.2 <4.0.0, version solving failed.

Hmm can you please pull the changes from #211 can merge with your changes and check if everything works fine.

Ok Sure

afjal1 commented 5 months ago

Yes I Merged Changes From #211 into mine