Francesco Iapicca

Results 191 comments of Francesco Iapicca

I see that a [package_info_plus test](https://github.com/fluttercommunity/plus_plugins/blob/main/.github/workflows/package_info_plus.yaml) fails because dependencies conflicts with [flutter stable](https://github.com/fluttercommunity/plus_plugins/blob/main/.github/workflows/scripts/install-flutter.sh) (no [flutter-action](https://github.com/subosito/flutter-action)?) seems outside the scope of this PR, but let me know if I need to...

> I am sorry, I am not sure anymore if we need this. If a user wants to serialize the contents of a `DeviceInfo` object, they should do it on...

I did merge properly [before](https://github.com/fluttercommunity/plus_plugins/pull/950#issuecomment-1187271679 ), now it's up to date > > [...] can I at least [fix the web implementation](https://github.com/fluttercommunity/plus_plugins/pull/950#issuecomment-1185270273)? It's literally the only case where it cannot...

> Thanks! can you cleanup the PR, and limit the changes to the web plugin implementation? > All changes not related to the fix should be reverted @miquelbeltran I think...

after discussion in the [PR](https://github.com/fluttercommunity/plus_plugins/pull/950) `toJson` will not be implemented, but `toMap` will be rendered json parsing compatible

@felangel I think at the moment the most relevant benchmark submitted is a [pure dart](https://github.com/TechEmpower/FrameworkBenchmarks/pull/6549/files), but seems to be incomplete (no *fortunes*, no *postgres*...!!!) [shelf](https://pub.dev/packages/shelf) is "missing" from [dart benchmarks](https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks/Dart),...

@felangel given this [comment](https://github.com/TechEmpower/FrameworkBenchmarks/issues/7475#issue-1308158048) from FrameworkBenchmarks about `Round 22` > [...] We'd like to have a quicker turnaround for Round 22. We're hoping between Oct - Nov. do you think...

thanks @blaugold I'll try it out :)

@jayjah I'm not sure the article is still reliable (2018) anyhow I believe c/c++ and rust are an easier for `dart:ffi` that's the only reason why I mentioned specifically `quiche`...

for my understanding [isar](https://github.com/isar/isar/tree/main/isar) from excellent @leisim binds a rust base db using dart:ffi for both web and native borrowing this approach could make the second option quite realistic >...