Riccardo Strazzer

Results 8 comments of Riccardo Strazzer

> It is not entirely clear why this functionality is made Please describe in more detail For example I'm using your package for creating some filters. I have a "reset...

```dart import 'package:app/models/point.dart'; import 'package:hive/hive.dart'; import 'package:json_annotation/json_annotation.dart'; part 'place.g.dart'; @JsonSerializable() @HiveType(typeId: 1) class Place { @HiveField(0) final String slug; @HiveField(1) final String name; @HiveField(2) final String province; @JsonKey(name: 'province_short') @HiveField(3)...

The debug works on other project. In the MainActivity.java there is nothing except the usual super.onCreate and GeneratedPluginRegistrant.registerWith(this); By the way the debugging stopped working in that particular project when...

With flutter clean, hot reload or restart it doesn't hit breakpoints. I've modified only the Flutter Code. Nothing on Manifest, Gradle Settings or other Android folder. With other project, like...

Hi, I've recreated the project with the minimum files to reproduce the problem. https://github.com/Errichamonda/DebuggerTest I've added a breakpoint to the line 17 of lib/ui/main/gallery/main.dart

Oh well, I see now that GitHub removed something from the code, I tried with the breakpoint at line [13](https://github.com/Errichamonda/DebuggerTest/blob/master/lib/ui/main/gallery/main.dart#L13)

@spagni @VyasPrachi Sorry, the problem disappeared after some times and after I changed the project structure to have less subfolder. Probably it's a folder/file name problem.

I still have this problem, only after installing Visual Studio it works. I've tried copying the release folder, doesn't work. Tried creating a exe installer with innosetup, doesn't work. Any...