sinaptia waves

Articles about Flutter .

Articles written by SINAPTIA about software development in general and Ruby on Rails and React in particular.

Lesson learned: sharing context with Flutter dialogs

In Flutter, dialogs don’t automatically share the context with the parent widget. We found out while implementing providers. Learn how to solve the problem.

Nazareno Moresco
Dec 13th, 2023
Development, Flutter

What is a Skeleton Screen? A real-life Flutter example

Even though our primary focus is Ruby on Rails, we’re developing one Flutter application. In this project, we implemented a Skeleton Screen to enhance the app’s professional appearance during data loading. What is a Skeleton Screen and how did we implement one?

Nazareno Moresco
Nov 22nd, 2023
Development, Flutter