-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.1.0 - Fixed vertical Scrollbar and added horizontal Scrollbar. Fixe…
…d table size. (#31) ## [2.1.0] - 2024-07-03 #### [@RichiB20](https://github.com/RichiB20) - Fixed vertical Scrollbar and added horizontal Scrollbar. - Added `trackVisibilityScrollbar`,`thumbVisibilityScrollbar` and `expanded` parameters. - Fixed table size.
- Loading branch information
Showing
19 changed files
with
700 additions
and
509 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
include: package:flutter_lints/flutter.yaml | ||
|
||
# Additional information about this file can be found at | ||
# https://dart.dev/guides/language/analysis-options | ||
linter: | ||
rules: | ||
- public_member_api_docs | ||
- recursive_getters | ||
- always_use_package_imports | ||
- prefer_expression_function_bodies | ||
- prefer_single_quotes | ||
- always_declare_return_types | ||
- avoid_unused_constructor_parameters | ||
- prefer_final_fields | ||
- prefer_final_locals | ||
- sort_pub_dependencies | ||
- type_annotate_public_apis | ||
- recursive_getters | ||
- unawaited_futures | ||
- use_named_constants | ||
- use_super_parameters |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,18 @@ | ||
include: package:flutter_lints/flutter.yaml | ||
|
||
# Additional information about this file can be found at | ||
# https://dart.dev/guides/language/analysis-options | ||
linter: | ||
rules: | ||
- public_member_api_docs | ||
- recursive_getters | ||
- always_use_package_imports | ||
- prefer_expression_function_bodies | ||
- prefer_single_quotes | ||
- always_declare_return_types | ||
- avoid_unused_constructor_parameters | ||
- prefer_final_fields | ||
- prefer_final_locals | ||
- sort_pub_dependencies | ||
- type_annotate_public_apis | ||
- unawaited_futures | ||
- use_named_constants | ||
- use_super_parameters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
extensions: |
Oops, something went wrong.