Skip to content

Commit ffae0fb

Browse files
ndonkoHenriFeodorFitsner
authored andcommitted
chore: File name renamings (#5843)
* integration tests * rename files to use _ instead of - * fix CI * update theme tests * update DateRangePicker test image * replace - in folder names to _ --------- Co-authored-by: Feodor Fitsner <[email protected]>
1 parent 3d7268e commit ffae0fb

File tree

461 files changed

+278
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

461 files changed

+278
-338
lines changed

packages/flet/lib/src/controls/container.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class ContainerControl extends StatelessWidget with FletStoreMixin {
5050
Widget? container;
5151

5252
var onAnimationEnd = control.getBool("on_animation_end", false)!
53-
? () => control.triggerEvent("animation_end" "container")
53+
? () => control.triggerEvent("animation_end", "container")
5454
: null;
5555
if ((onClick || url != null || onLongPress || onHover || onTapDown) &&
5656
ink &&
File renamed without changes.

sdk/python/examples/apps/authentication/basic-auth-async.py renamed to sdk/python/examples/apps/authentication/basic_auth_async.py

File renamed without changes.

sdk/python/examples/apps/authentication/check-auth-results-and-toggle-ui.py renamed to sdk/python/examples/apps/authentication/check_auth_results_and_toggle_ui.py

File renamed without changes.

sdk/python/examples/apps/authentication/github-oauth-with-listing-repos.py renamed to sdk/python/examples/apps/authentication/github_oauth_with_listing_repos.py

File renamed without changes.

sdk/python/examples/apps/authentication/github-oauth-with-listing-repos-async.py renamed to sdk/python/examples/apps/authentication/github_oauth_with_listing_repos_async.py

File renamed without changes.

sdk/python/examples/apps/authentication/linkedin-login.py renamed to sdk/python/examples/apps/authentication/linkedin_login.py

File renamed without changes.

sdk/python/examples/apps/autocomplete-searcher/main.py renamed to sdk/python/examples/apps/autocomplete_searcher/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import flet as ft
21
from names import NAMES
32

3+
import flet as ft
4+
45

56
def printer(e):
67
print("Yellow!")

sdk/python/examples/apps/autocomplete-searcher/names.py renamed to sdk/python/examples/apps/autocomplete_searcher/names.py

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)