ci: remove dart analyse
This commit is contained in:
parent
3999cce34d
commit
5ac53a135b
|
@ -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
|
||||
|
|
|
@ -115,7 +115,7 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "1.1.4"
|
||||
version: "1.1.5"
|
||||
matcher:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue