Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix-package-and-remove-lint-dependencies #553

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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(assets/font/summernote.eot);
src: url(assets/font/summernote.eot?#iefix) format("embedded-opentype"),url(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.
Loading