0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Aug 03, 2024 — Aug 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #72 from jwren/update-version
kevmoo
as Kevin Moore
More... over 9 years ago
Update version to 0.4.2, remove unnecessary cast. More... over 9 years ago
Merge pull request #71 from jwren/strong_mode
kevmoo
as Kevin Moore
More... over 9 years ago
Make strong mode compatible. More... over 9 years ago
Merge pull request #63 from srawlins/fix-docs More... almost 11 years ago
v0.4.1
kevmoo
as Kevin Moore
More... almost 11 years ago
Fix documentation comments More... almost 11 years ago
Merge pull request #62 from dgresham/token-uri
kevmoo
as Kevin Moore
More... almost 11 years ago
Revert the change to token.dart - the validation function is public, which means it would be a breaking change even with all callsites within the project being updated. More... almost 11 years ago
Add the ability to specify the URI against which OAuth2 tokens are validated in the GoogleOAuth2 constructor. More... almost 11 years ago
Merge pull request #61 from OzzieOrca/Add-tokenNotLoaded-callback More... almost 11 years ago
Fixed another reference to _tokenLoaded that should have been _tokenNotLoaded More... almost 11 years ago
Fixed one reference to tokenLoaded that should have been tokenNotLoaded More... almost 11 years ago
Add new tokenNotLoaded callback. Useful for knowing when an autoLogin or autoLoadStoredToken was not successful in order to show a login button More... almost 11 years ago
Update changlog More... almost 11 years ago
Merge pull request #60 from ckyang74/master More... almost 11 years ago
Better error handling; updated comments; updated example More... almost 11 years ago
Merge pull request #58 from vicb/patch-1 More... about 11 years ago
Clarify the process of creating a Client ID More... about 11 years ago
release 0.3.9 More... about 11 years ago
Merge pull request #56 from OzzieOrca/autoLoadStoredToken More... about 11 years ago
Improved error message More... about 11 years ago
Fixed removed current login attempt code to be called in all cases and use a completer error More... about 11 years ago
If onlyLoadToken is true and the token was not found in storage, we need to remove current login attempt More... about 11 years ago
If autoLogin and autoLoadStoredToken are both set to true, login is only called once and autoLogin has precedence More... about 11 years ago
Added autoLoadStoredToken option that automatically logs in but only if a previously stored token is present in Local Storage. More... about 11 years ago
renamed changelog
kevmoo
as Kevin Moore
More... about 11 years ago
0.3.8
kevmoo
as Kevin Moore
More... about 11 years ago
Merge pull request #55 from dart-gde/dependency_udates
kevmoo
as Kevin Moore
More... about 11 years ago
SafeHttpServer is no longer needed, updated dependencies
kevmoo
as Kevin Moore
More... about 11 years ago