Romulo Carvalho

Results 5 comments of Romulo Carvalho

@richeterre thank you very much for sharing your solution. I ended up with something similar: ```ts import { create as createAbsintheSocket } from '@absinthe/socket' import { createAbsintheSocketLink } from '@absinthe/socket-apollo-link'...

@madatr I'll be adding these this week - thanks for the feedback

@sumitbhanushali not directly, the implementation is "first-in first-out". However it can be done like this: ```dart import 'dart:math'; import 'package:flutter_persistent_queue/flutter_persistent_queue.dart'; Future example() async { final seed = Random(); final pq...

yes, I just need to make sure it complies with the null safety thing On Tue, Jun 8, 2021 at 1:00 PM Maik Ploigt ***@***.***> wrote: > Did you plan...

Sure thing! A fix is long due 👍 On Thu, 30 Dec 2021 at 23:59 Philipp Bauer ***@***.***> wrote: > Since shared_preferences is a really critical package for many apps,...