Vasyl Dytsiak

Senior Flutter Developer

Talk Title

Working with forms as an ecosystem

Room

Async Area

Date

05.07.2024

Time

14:20 > 40 min

Share

on Twitter

Form handling is a basic thing for any application. Many of them have a login one. The flutter spreads around wide variety platforms so there are definitely a form heavy apps. For example I'm currently developing one.

Login like forms could be easily handled by built in flutter form engine. On the other side the complex forms require a bit different approach. Specialized form engines support a vide variety of use cases like complex validations, async validations, managing an array of entities, listening for control states and so on.

I tested a lot of other packages for forms starting from native flutter forms through form_bloc and so on. My final candidate was reacitve_forms and I'm developing supportive packages to form the pleasant ecosystem around.
Those packages are reacitve_forms_widgets(a 30+ ready to use widgets bindings) and reactive_forms_generator(codegen package which helps a lot with spawning the code)

In my talk I would like to tell people how I'm helping to create an ecosystem for the forms, explain how anyone could use the ecosystem for complex form and how it could save the time + make the code consistent, encourage people to do the opensource.

Speaker Bio

I have 10+ years in software development for complex web and mobile applications.
Through my career I went from backend developer on PHP through React/ReactNative frontend developer and now I’m full time flutter developer. Managing local community of flutter developers called ArtFlutter.

Menu