Skip to content

Commit

Permalink
fix-remove-lint-package
Browse files Browse the repository at this point in the history
  • Loading branch information
Enguerrand ARMINJON WINDOWS committed Nov 9, 2024
1 parent 4980e84 commit c13dcf4
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 928 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

build/
.flutter-plugins
.flutter-plugins-dependencies
.flutter-plugins-dependencies
10 changes: 0 additions & 10 deletions .metadata

This file was deleted.

6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.6.1] = 2024-09-11
* Removed lint package from dependencies and delete it because unused.
* Removed useless files from git

## [2.6.0] = 2024-05-18
* Fix build issues on Flutter 3.22.0+ due to deprecations
* Update dependencies
Expand Down Expand Up @@ -250,4 +254,4 @@ are enabled to improve the UX. You can still re-enable the rest if you want.
* Change link repo

## [0.0.1] - 2020-05-02
* Initial Release
* Initial Release
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
font-style: normal;
font-weight: 400;
font-display: auto;
src: url(font/summernote.eot);
src: url(font/summernote.eot?#iefix) format("embedded-opentype"),url(font/summernote.ttf) format("truetype");
src: url(html-editor-enhanced/assets/font/summernote.eot);
src: url(html-editor-enhanced/assets/font/summernote.eot?#iefix) format("embedded-opentype"),url(html-editor-enhanced/assets/font/summernote.ttf) format("truetype");
}

[class*=" note-icon"]:before,[class^=note-icon]:before {
Expand Down Expand Up @@ -1467,4 +1467,4 @@ a.note-dropdown-item,a.note-dropdown-item:hover {
.help-list-item label {
margin-bottom: 5px;
display: inline-block;
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit c13dcf4

Please sign in to comment.