safe_browsing 0.1.1 copy "safe_browsing: ^0.1.1" to clipboard
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 to ThreatMatch 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 and isError to SafeBrowsingState.
  • Add SafeBrowsingStateType to replace the older SafeBrowsingState enum.

0.1.0-rc.1 #

  • Remove cannotLaunch, invalidURL from SafeBrowsingState.
  • Method check() is now have more parameters.
  • Add checkUrl() and isUrlSafe() 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
1
likes
140
points
43
downloads

Publisher

verified publisherlamnhan.dev

Weekly Downloads

Using google safe browsing API to detect whether the URL is safe.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

firebase_core, flutter, http, url_launcher

More

Packages that depend on safe_browsing

Packages that implement safe_browsing