Skip to content

Commit eee3a22

Browse files
committed
fix-remove-lint-package
1 parent 4980e84 commit eee3a22

File tree

15 files changed

+19
-928
lines changed

15 files changed

+19
-928
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
build/
88
.flutter-plugins
9-
.flutter-plugins-dependencies
9+
.flutter-plugins-dependencies

.metadata

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.6.1] = 2024-09-11
2+
* Removed lint package from dependencies and delete it because unused.
3+
* Removed useless files from git
4+
15
## [2.6.0] = 2024-05-18
26
* Fix build issues on Flutter 3.22.0+ due to deprecations
37
* Update dependencies
@@ -250,4 +254,4 @@ are enabled to improve the UX. You can still re-enable the rest if you want.
250254
* Change link repo
251255

252256
## [0.0.1] - 2020-05-02
253-
* Initial Release
257+
* Initial Release

lib/assets/plugins/summernote-at-mention/summernote-at-mention.js renamed to assets/plugins/summernote-at-mention/summernote-at-mention.js

File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
font-style: normal;
88
font-weight: 400;
99
font-display: auto;
10-
src: url(font/summernote.eot);
11-
src: url(font/summernote.eot?#iefix) format("embedded-opentype"),url(font/summernote.ttf) format("truetype");
10+
src: url(assets/font/summernote.eot);
11+
src: url(assets/font/summernote.eot?#iefix) format("embedded-opentype"),url(assets/font/summernote.ttf) format("truetype");
1212
}
1313

1414
[class*=" note-icon"]:before,[class^=note-icon]:before {
@@ -1467,4 +1467,4 @@ a.note-dropdown-item,a.note-dropdown-item:hover {
14671467
.help-list-item label {
14681468
margin-bottom: 5px;
14691469
display: inline-block;
1470-
}
1470+
}

0 commit comments

Comments
 (0)