ci: remove dart analyse

This commit is contained in:
iamstanlee 2021-09-02 20:09:17 -07:00
parent 3999cce34d
commit 5ac53a135b
3 changed files with 2 additions and 4 deletions

View File

@ -19,8 +19,6 @@ jobs:
flutter-version: 2.0.4
- name: Install dependencies
run: flutter pub get
- name: Analyze Dart code
run: flutter analyze -v
- name: Run tests
run: flutter test --coverage
- name: Coveralls

View File

@ -115,7 +115,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.4"
version: "1.1.5"
matcher:
dependency: transitive
description:

View File

@ -1,6 +1,6 @@
name: linkfy_text
description: A lightweight flutter package to linkify texts containing urls, emails and hashtags like twitter does.
version: 1.1.4
version: 1.1.5
homepage: https://github.com/Iamstanlee/linkfy_text
environment: