- Lazy getOrElse/orElse method from Option and made it null-safety
- Minors changes : update readme
- Move http dependancies to example folder
- Contains function in Option
- Dependencies not related to the lib (http)
- All examples files
- Make get value private members
- Update readme
- cond function in Either
- cond function in Option
- filter function in Option
- exists function in Option
- Minors changes : update readme
- Update readme
- Make test version compatible with any flutter_test version
- Fix version typo
- Using /// for doc comments
- Seperated pubspec.yaml for example
- Option Monad implementation
- Either Monad implementation
- Units tests
- Some examples