Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bbalduzz/fletmint
/ functions
Functions
205 in github.com/Bbalduzz/fletmint
⨍
Functions
205
◇
Types & classes
50
↓ 1 callers
Method
remove_tag
(self, event, tag_text)
fletmint/tags_input.py:97
↓ 1 callers
Method
rgb_to_hsl
(r, g, b)
fletmint/color_picker.py:13
↓ 1 callers
Method
rgb_to_hsv
(r, g, b)
fletmint/color_picker.py:39
↓ 1 callers
Method
setup_audio
(self)
fletmint/audioplayer.py:83
↓ 1 callers
Method
show_promise_toast
( self, function, success_message, error_message, descriptive=False )
fletmint/toast.py:336
↓ 1 callers
Method
toggle_theme
(self)
fletmint/toggle.py:85
↓ 1 callers
Method
update_calendar
(self)
fletmint/datepicker.py:173
↓ 1 callers
Method
update_total_time
(self)
fletmint/audioplayer.py:23
Method
__init__
( self, tz_info=timezone.utc, left_content=None, max_width=300, is_dro
fletmint/datepicker.py:57
Method
__init__
( self, content=None, text=None, description=None, toast_type: ToastTy
fletmint/toast.py:98
Method
__init__
( self, page, expand=False, position: ToastPosition | str = ToastPosition.TOP_
fletmint/toast.py:219
Method
__init__
( self, on_change, value=True, label="toggle", theme=ft.ThemeMode.DARK, **kwargs )
fletmint/toggle.py:40
Method
__init__
( self, language="python", code="", font="https://github.com/JetBrains/JetBrai
fletmint/code.py:103
Method
__init__
(self, playlist: list[ft.VideoMedia], player_title: str)
fletmint/videoplayer.py:5
Method
__init__
( self, tab_labels, accent_color=ft.colors.with_opacity(0.9, "white"), on_swit
fletmint/tab_switch.py:35
Method
__init__
( self, max_width=500, max_tags=float("inf"), theme=ft.ThemeMode.DARK, **kwargs )
fletmint/tags_input.py:26
Method
__init__
(self, **kwargs)
fletmint/table.py:26
Method
__init__
(self, url: str, **kwargs)
fletmint/audioplayer.py:5
Method
__init__
( self, on_switch=None, initial_value=0, theme=ft.ThemeMode.DARK, **kwargs )
fletmint/toggle_switch.py:35
Method
__init__
( self, color: str = "#195ffb", label: str = "", selection_fill: str = "#18358
fletmint/checkbox.py:62
Method
__init__
(self, theme_mode=ft.ThemeMode.DARK, **kwargs)
fletmint/slider.py:20
Method
__init__
( self, on_focus_additional=None, on_blur_additional=None, prefix=None,
fletmint/text_input.py:49
Method
__init__
( self, width=200, height=50, on_click=None, disabled=False, l
fletmint/button.py:85
Method
__init__
( self, width=200, height=50, on_click=None, disabled=False, l
fletmint/button.py:136
Method
__init__
( self, controls, animated=True, drodown_icons=[ ft.icons.ARROW_DR
fletmint/dropdown.py:40
Method
__init__
( self, on_click, badge_text: str, colors: dict | BadgeColors, icon=ft
fletmint/badge.py:12
Method
__init__
( self, suffix="px", initial_value=123, theme=ft.ThemeMode.DARK, **kwargs )
fletmint/stepper.py:41
Method
__init__
( self, color: str = "#000000", on_color_select=None, width=220, heigh
fletmint/color_picker.py:201
Method
__init__
( self, username, avatar_foreground_img, width=60, height=60,
fletmint/profile.py:42
Method
__init__
( self, images_list, animations, compact=False, descriptive=False,
fletmint/carousel.py:6
Method
__init__
( self, value, label, active_color="#5a76f7", inactive_color="#26283c", **kwargs )
fletmint/radio.py:5
Method
__init__
(self, icon_path, app_name=None, app_path=None)
fletmint/utils/change_icon.py:31
Method
__on_cancel
(self, e)
fletmint/datepicker.py:140
Method
__on_selected_date
(self, e)
fletmint/datepicker.py:127
Method
__remove_toast
()
fletmint/toast.py:272
Method
_before_build_command
(self)
fletmint/color_picker.py:140
Method
_change_app_icon_windows
(self)
fletmint/utils/change_icon.py:104
Method
_toggle_check
(self, e)
fletmint/checkbox.py:145
Method
build
(self)
fletmint/datepicker.py:445
Method
build
(self)
fletmint/code.py:290
Method
build
(self)
fletmint/videoplayer.py:105
Method
build
(self)
fletmint/table.py:121
Method
build
(self)
fletmint/audioplayer.py:167
Method
build
(self)
fletmint/checkbox.py:182
Method
build
(self)
fletmint/dropdown.py:270
Method
build
(self)
fletmint/badge.py:25
Method
build
(self)
fletmint/color_picker.py:223
Method
build
(self)
fletmint/carousel.py:114
Function
change_theme
(value)
showcase.py:29
Function
checkbox_changed
(e)
showcase.py:20
Method
decrease_counter
(self, e)
fletmint/stepper.py:138
Method
did_mount
(self)
fletmint/datepicker.py:98
Method
did_mount
(self)
fletmint/code.py:209
Method
did_mount
(self)
fletmint/videoplayer.py:12
Method
did_mount
(self)
fletmint/tab_switch.py:117
Method
did_mount
(self)
fletmint/tags_input.py:57
Method
did_mount
(self)
fletmint/table.py:32
Method
did_mount
(self)
fletmint/toggle_switch.py:71
Method
did_mount
(self)
fletmint/text_input.py:140
Method
did_mount
(self)
fletmint/button.py:121
Method
did_mount
(self)
fletmint/button.py:174
Method
did_mount
(self)
fletmint/dropdown.py:68
Method
did_mount
(self)
fletmint/stepper.py:143
Method
did_mount
(self)
fletmint/profile.py:132
Method
drag_start
(self, e: ft.DragStartEvent)
fletmint/color_picker.py:160
Method
drag_update
(self, e: ft.DragUpdateEvent)
fletmint/color_picker.py:163
Function
get_selected_dates
(e)
showcase.py:26
Method
get_value
Return the current toggle state.
fletmint/toggle_switch.py:106
Method
handle_play_or_pause
(self, e)
fletmint/videoplayer.py:24
Method
handle_text_submit
(self, e)
fletmint/tags_input.py:65
Method
handle_volume_change
(e)
fletmint/videoplayer.py:28
Method
hue
(self)
fletmint/color_picker.py:128
Method
increase_counter
(self, e)
fletmint/stepper.py:133
Method
is_checked
(self)
fletmint/checkbox.py:179
Function
long_running_task
()
showcase.py:78
Function
main
(page: ft.Page)
icon.py:8
Function
main
(page: ft.Page)
showcase.py:7
Method
navigate
Updates the current image index and refreshes the carousel view
fletmint/carousel.py:54
Method
on_button_click
(self, e)
fletmint/color_picker.py:350
Method
on_control_click
(e)
fletmint/datepicker.py:303
Method
on_control_click
(self, e)
fletmint/dropdown.py:178
Method
on_control_hover
(e)
fletmint/dropdown.py:108
Method
on_exit
(self, e: ft.HoverEvent)
fletmint/color_picker.py:346
Method
on_hover
(self, e)
fletmint/toast.py:332
Method
on_hover
(self, e: ft.HoverEvent)
fletmint/color_picker.py:334
Method
on_page_scroll
(self, e)
fletmint/datepicker.py:102
Method
on_page_scroll
(self, e)
fletmint/dropdown.py:73
Method
on_slider_change
(self, e)
fletmint/audioplayer.py:38
Method
on_video_hover
(self, e)
fletmint/videoplayer.py:19
Method
perform_change
()
fletmint/utils/change_icon.py:107
Method
run_function
()
fletmint/toast.py:345
Method
select_day
(self, e)
fletmint/datepicker.py:264
Method
set_disabled
(self, disabled: bool)
fletmint/button.py:124
Method
set_disabled
(self, disabled: bool)
fletmint/button.py:177
Function
show_action
(e)
showcase.py:47
Function
show_password
(e)
showcase.py:34
Function
show_promise
(e)
showcase.py:77
Function
toggle_change
(e)
showcase.py:23
Method
toggle_dropdown
(self, e)
fletmint/datepicker.py:405
Method
toggle_dropdown
(self, e)
fletmint/dropdown.py:237
← previous
next →
101–200 of 205, ranked by callers