Juzer Ali
Juzer Ali
> Overall LGTM, just minor changes for consistency. Also, if you want to make the crypto class a standalone package would be a bonus but it's up to you. 👍...
> > > Overall LGTM, just minor changes for consistency. Also, if you want to make the crypto class a standalone package would be a bonus but it's up to...
The MR is rebased on top of master with all conflicts resolved.
> @juzerali it seems you need to run flutter analyze lib on the flutter_firebase_login project so the checks can pass and we merge this PR Fixed all errors reported by...
@marcossevilla merged
:+1:
Would've loved a more formal README or some alternate source which can tell more about the library.
I meant the README description and the conversations, not the library itself. I come from Java/Javascript and presently a PHP beginner. If only I had a formal description what this...
Okay I get an inkling from reading the header. **This awesome yet simple and pragmatic PHP library performs an addition of two numbers.** So this is just an example of...
I like the approach of ruby more `1 + 1` is just syntactic sugar for `1.+(1)` where `+` is just a method name and `1` is object of type `FixNum`.