Francesco

Results 6 comments of Francesco

If anyone facing this issue, following is a custom class that splits value in chunks of 512 bytes and stores them using FlutterSecureStorage! It apply only if Platform.isWindows and value...

> Hi, @rxlabz > I worked on a Flutter 2 support upgrade. The code is still in Flutter 2.7 but it supports latest ThemeData format. > I thinks that 90%...

A workaround could be changing argument Type of the Execute and CanExecute methods, from Enum to Object, and in the implementation of them cast it to Enum specific type. This...

Hi I just wrote a little dart script that updates common packages versions inside all `pubspec.yaml` under `libs` and `apps` workspace folders. Common packages versions are sourced from a dedicated...

My solution use the `common_packages.yaml` as a reference and whenever it find one of the referenced package it replace its value only in the specific package! So I thinks that...

My 2 cents on that ... Actually generators already create a Wrapper Class for HTTP POST endpoints. The solution could be a check like following: If endpoint is an HTTP...