flutter_rtmppublisher icon indicating copy to clipboard operation
flutter_rtmppublisher copied to clipboard

Null safety support

Open babulpatel1309 opened this issue 3 years ago • 5 comments

  • [x] Added null safety and updated dependencies.

babulpatel1309 avatar May 19 '21 12:05 babulpatel1309

I did an update to null safety. Is this still needed?

pinkfish avatar Jun 25 '21 17:06 pinkfish

@pinkfish if everything is working as expected then we're good to go :) The PR was actually generated on 19th May 🤣 . At that moment so many libraries were missing this part, so i sat and raised PR for all libraries.

babulpatel1309 avatar Jun 25 '21 18:06 babulpatel1309

@pinkfish i coudn't able to find where exactly did you publish the null safety update?

babulpatel1309 avatar Jul 12 '21 04:07 babulpatel1309

@pinkfish you have updated to null safety in the master branch but not in the main branch.

philipgiuliani avatar Jul 14 '21 11:07 philipgiuliani

@philipgiuliani why is there both a master and a main branch? For sound null safety sdk: ">=2.12.0 <3.0.0" should be defined in pubspec.yaml. I see that this is the case only in master and not main.

fotiDim avatar Oct 30 '21 17:10 fotiDim