safe_browsing 0.1.1
safe_browsing: ^0.1.1 copied to clipboard
Using google safe browsing API to detect whether the URL is safe.
0.1.1 #
- Update comments.
- Update homepage URL.
0.1.0 #
- Release to stable.
0.1.0-rc.3 #
- Improve README
0.1.0-rc.2 #
- Rename
MatchtoThreatMatchto avoid duplicate with the Flutter default class. SafeBrowsingStateis now a class with different parameters from the older one.- Add
type,matches,isSafe,isNotSafeandisErrortoSafeBrowsingState. - Add
SafeBrowsingStateTypeto replace the olderSafeBrowsingStateenum.
0.1.0-rc.1 #
- Remove
cannotLaunch,invalidURLfromSafeBrowsingState. - Method
check()is now have more parameters. - Add
checkUrl()andisUrlSafe()methods. - Add
ThreatType,ThreatEntryType,PlatformTypeenums. - Add
Match,ThreatEntry,ThreatEntryMetadataclasses.
0.0.5 #
- Add support for web platform
0.0.2 #
- Improve README
0.0.1 #
- Initial release