Link to specific commit hashes
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Sarah Jamie Lewis 2022-01-18 14:48:18 -08:00
parent da3234e3e4
commit 1700306c78
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// Code Originally taken from https://github.com/Cretezy/flutter_linkify/
// Code Originally taken from https://github.com/Cretezy/flutter_linkify/blob/201e147e0b07b7ca5c543da8167d712d81760753/lib/flutter_linkify.dart
//
// Now uses local `linkify`
//

View File

@ -1,4 +1,4 @@
// Originally from linkify https://github.com/Cretezy/linkify/blob/master/lib/linkify.dart
// Originally from linkify https://github.com/Cretezy/linkify/blob/ba536fa85e7e3a16e580f153616f399458986183/lib/linkify.dart
// Removed options `removeWWW` and `humanize`
//
// MIT License

View File

@ -1,4 +1,4 @@
// Originally from linkify: https://github.com/Cretezy/linkify/blob/master/lib/src/url.dart
// Originally from linkify: https://github.com/Cretezy/linkify/blob/dfb3e43b0e56452bad584ddb0bf9b73d8db0589f/lib/src/url.dart
//
// Removed handling of `removeWWW` and `humanize`.
// Removed auto-appending of `http(s)://` to the readable url