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

Misc control improvements - S1 #144

Merged
merged 25 commits into from
Aug 4, 2022
Merged

Misc control improvements - S1 #144

merged 25 commits into from
Aug 4, 2022

Conversation

FeodorFitsner
Copy link
Contributor

@FeodorFitsner FeodorFitsner commented Aug 4, 2022

Blog announcement: https://flet.dev/blog/gradients-button-textfield-style

What's new

  • New Container properties:
    • gradient
    • on_long_press
  • New ElevatedButton, OutlinedButton, TextButton properties:
    • style
    • on_long_press
  • New IconButton properties:
    • selected
    • selected_icon
    • selected_icon_color
    • style
  • New ListTile properties:
    • on_long_press
  • New Theme properties:
    • visual_density: standard (default), compact, comfortable, adaptivePlatformDensity.
  • hidden value for Column, Page, View, Row and View controls - to enable scrolling but hide a scrollbar.
  • New TextField and Dropdown properties:
    • text_size
    • color
    • bgcolor
    • border_radius
    • border_width
    • border_color
    • focused_color
    • focused_bgcolor
    • focused_border_width
    • focused_border_color
  • New TextField properties:
    • max_length
    • capitalization - none (default), characters, words, sentences.
    • cursor_color
    • selection_color

Bug fixes

Other changes

@FeodorFitsner FeodorFitsner merged commit e2d71e6 into main Aug 4, 2022
@FeodorFitsner FeodorFitsner deleted the textfield-dropdown-s1 branch August 4, 2022 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant