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

Custom Flutter controls #2482

Merged
merged 26 commits into from
Jan 26, 2024
Merged

Custom Flutter controls #2482

merged 26 commits into from
Jan 26, 2024

Conversation

FeodorFitsner
Copy link
Contributor

@FeodorFitsner FeodorFitsner commented Jan 25, 2024

Breaking changes:

  • page.platform is now of type ft.PagePlatform, not a str.

@FeodorFitsner FeodorFitsner merged commit 356e99b into main Jan 26, 2024
2 checks passed
zrr1999 pushed a commit to zrr1999/flet that referenced this pull request Jul 17, 2024
* Basic imports/exports

* Moved models and protocols to their respective controls

* Fix tests

* Exports cleanup

* Flet custom controls example with demo app

* Working example for mycontrol

* typeName > controlType renamed

* src_pubspec_path

* Inject Flutter dependencies to a template

* Copy both dependencies and dependency_overrides

* Fixed: `flet build` with `A package may not list itself as a dependency.` error occurs

Fix flet-dev#2305

* All file operations with UTF-8 encoding

Fix flet-dev#2448

* flet build -vv (maximum verbose) should yield verbose output from underlying flutter build command

Close flet-dev#2454

* Pin `flet build` template to Flet version

Close flet-dev#2459

* Do not use StoreConnector for dispatch

* Get rid of StoreConnector wherever we can

* updateControlProps, sendControlEvent

* Make `page.platform` writable to test adaptive controls

Close flet-dev#2470

* Get rid of dispatch across the code

* sendControlEvent is used everywhere

* Switch to mixins

* Renamed mixins

* Fix Pagelet control

* FletStoreMixin added

* Working with methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment