Ruble

Results 14 comments of Ruble

This is a very unfortunate thing. The only thing that saves is moving one file at a time. Then everything works as expected

At the moment I also have not found any other way than to use `readValue` and change the `toJson` method myself. I'll show how this can be done using `freezed`:...

Faced the same problem and so far there is nothing left but to define my own `toJson` and disable generation via the flag `@Freezed(toJson: false)`, or use another method like...

The minimum code to reproduce the problem could be this: ```dart import 'package:flutter/material.dart'; void main() => runApp(const MyApp()); class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(BuildContext context) {...

Adding this badge would be great! Similar to other services (e.g. discord) it would be nice to see the number of subscribers. At the moment, the badge I use in...

Microsoft sculpt mobile bluetooth keyboard... Such a great need for this feature :)

Hello! Now it is possible to add sleet (rain and snow?) simply by using `RainWidget` + `SnowWidget` :) There is no need to make a separate widget for this, in...

@ziyad-aljohani > How to add moon widget? Try using `SunWidget` as a quick solution, specify the desired core color `coreColor`, and designate `midColor` and `outColor` as `Colors.transparent`. > Also ThunderWidget...

Temporary solution: use the dependency override in `pubspec.yaml`: ``` dependency_overrides: freezed_annotation: ^3.0.0 ```

I haven't seen this kind of thing, but I think there are enough weather services to do this kind of comparison for each one. I think this could be published...