-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[reopen] Rename
NavigationDestination
to NavigationBarDestination
…
… + some type hinting, fixes and new features (#3172) * init commit * `page.py` type hinting part 1, `close_snack_bar()`, Snack bar and Dialog open/close methods fixes * Fix Inherited * Fix `'type' object is not subscriptable` * type hinting `page.py` final * `auto_update` + `Page.__contains__()` * add `@deprecated` for`NavigationDestination`, `add()`, `insert()`, `remove()` methods for `NavigationBar` and magic methods (`Control.__iadd__()`, `Control.__add__()`, `Control.__radd__()`, `Control.__isub__()`, `Control.__sub__()`, `Control.__rsub__()`, `Control.__setitem__()` * `add()`, `remove()`, `inserrt()`: `NavigationDrawer` and `NavigationRail` * `CupertinoNavigationBar`, `View`, `Column`, `Row` * Type hinting `control.py` * Fix `NameError: name 'Page' is not defined ` * Final `add()`, `insert()`, `remove()` * type hinting for `cupertino_navigation_bar.py` * isort and black formatting finnaly i made this pull * Change `0.22.0` to `0.22.1` in deprecations * Fix `except ImportError` * Remove `add/insert/remove` methods + remove magic methods * Fix `SyntaxError` and fix `Optional` * Fix `TypeError` * Remove `Args` and `Kwargs` from `types.py` * Delete auto_update
- Loading branch information
Showing
15 changed files
with
764 additions
and
511 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
Oops, something went wrong.