getx_examples
getx_examples copied to clipboard
getx firebase starter code?
love the tutorials! not a lot of info on getx yet. is the todo app a good getx firebase starter code for an app? are you going to make your examples open source? thanks!
So I'm a bit of a noob when it comes to open source, but is this repo not already open source?
ah, got it. you have clean code 👍
you have to add a license to the github repo. Flutter packages use MIT license which is the most permissive and popular one.
https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/adding-a-license-to-a-repository
https://www.freecodecamp.org/news/how-open-source-licenses-work-and-how-to-add-them-to-your-projects-34310c3cf94/
Thank you so much for the resources, but since these are just a list of examples, and not necessarily a work in progress "open-source project" I shouldn't need a license right?
I do plan on making an active open source project in the future though, so really appreciate the resources 👍
Cool, got it. 👍 You never need a license... But if you want to allow people to use your code, then you need to license it