MiniSuperDev

Results 31 comments of MiniSuperDev

> This feature is under construction - hopefully this will be available soon! FYI @jacob314 Hi, Is this stats view now available? Thanks

I also have this issue, I want to use in electron renderer process with node integration, so I want to set the adapter to http to be able to use...

I currently use something like this, is it okay? or can it cause unexpected errors? Thanks ```dart @riverpod class MyViewModel extends _$MyViewModel { @override String build() => ref.watch(myStateProvider); void crash()...

@rrousselGit Sounds good, with this change the following mixin could already be used in all variations of Async/Notifier? ```dart import 'package:riverpod_annotation/riverpod_annotation.dart'; part 'generated_providers.g.dart'; mixin IncrementMixin on Notifier { void increment()...

@srawlins Hi, I think you should also expose the utils, patterns etc to make more easy to create custom extensions. For example I create a extension similar to `FencedCodeBlockSyntax` with...

It would be great if they added this

@hoc081098 Great, although it would be nice if there was something official and agnostic to the bloc pattern, cause it is also used a lot in Flutter. For example, a...