pinkfish / flutter_rtmppublisher

Publisher to rtmp using the camera plugin as a basis to do all the basic camera/record management.
BSD 3-Clause "New" or "Revised" License
95 stars 126 forks source link

Null Safety or not? #65

Open teltploek opened 3 years ago

teltploek commented 3 years ago

I'm totally confused.

This repo has a release with the title "Update to null safety". When I download the source code and look into it it's not null safe. Also it's tagged as a 0.3.4 version, but in the pubspec.yaml it's 0.3.2.

And out of curiosity: What's the idea behind having both a main branch and a master branch?

What's going on?

mattjudge commented 3 years ago

It looks like commit 6f44bd62afab5aa0cdb52a9cb176a62ae7ea205f on master is the commit that updates the code to have null safety, but the release is tagged on main, which hasn't had this update merged.

GabrielDimaa commented 3 years ago

Some information about the version with null safety?

akaco commented 3 years ago

Hey bro @pinkfish , there is any chance you update your pub.dev package to Null Safty ?

pinkfish commented 2 years ago

Opps, ok moved to main.