You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say I'd like to implement native notifications on Android and iOS. There are several flutter packages tackling this problem. Does Flet offer an API over which I could superimpose said packages? Or more generally: do you guys have an interface for this type of operation or is it more of a "guess I gotta wait until someone exposes this functionality/package into flet"?
I think my main point is that based on the existing docs it's unclear to me, how flet is set up architecturally and the technical limitations.
From what I could gather so far, flet offers bindings to selected Flutter APIs (Containers, Rows, Buttons, ...) and work has to be done to "port" existing flutter packages into flet for usage.
One thing that would be really awesome is this workflow:
Build base app via flet
Extrapolate regular Flutter app project files from flet, e.g., flet.swizzle()
Work in regular Flutter environment from then on
I'm certain you're already working on such a scenario.
This discussion was converted from issue #547 on December 02, 2024 08:19.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Say I'd like to implement native notifications on Android and iOS. There are several flutter packages tackling this problem. Does Flet offer an API over which I could superimpose said packages? Or more generally: do you guys have an interface for this type of operation or is it more of a "guess I gotta wait until someone exposes this functionality/package into flet"?
I think my main point is that based on the existing docs it's unclear to me, how flet is set up architecturally and the technical limitations.
From what I could gather so far, flet offers bindings to selected Flutter APIs (Containers, Rows, Buttons, ...) and work has to be done to "port" existing flutter packages into flet for usage.
One thing that would be really awesome is this workflow:
flet.swizzle()
I'm certain you're already working on such a scenario.
Beta Was this translation helpful? Give feedback.
All reactions