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
Match
toThreatMatch
to avoid duplicate with the Flutter default class. SafeBrowsingState
is now a class with different parameters from the older one.- Add
type
,matches
,isSafe
,isNotSafe
andisError
toSafeBrowsingState
. - Add
SafeBrowsingStateType
to replace the olderSafeBrowsingState
enum.
0.1.0-rc.1 #
- Remove
cannotLaunch
,invalidURL
fromSafeBrowsingState
. - Method
check()
is now have more parameters. - Add
checkUrl()
andisUrlSafe()
methods. - Add
ThreatType
,ThreatEntryType
,PlatformType
enums. - Add
Match
,ThreatEntry
,ThreatEntryMetadata
classes.
0.0.5 #
- Add support for web platform
0.0.2 #
- Improve README
0.0.1 #
- Initial release