Ludovic Petrenko

Results 7 issues of Ludovic Petrenko

I've installed this extension an it works perfectly except for gnome-terminal. Since Gnome 3.32 I tried a few different extensions, and I have this same problem with similar extensions (such...

enhancement

Using the null safe `4.0.0-nullsafety.0` version, I tried to use `enlargeCenterPage: true` and got the following error: ``` ScrollPosition.minScrollExtent (/Users/ludonope/Code/flutter/packages/flutter/lib/src/widgets/scroll_position.dart:134) _PagePosition.page (/Users/ludonope/Code/flutter/packages/flutter/lib/src/widgets/page_view.dart:386) PageController.page (/Users/ludonope/Code/flutter/packages/flutter/lib/src/widgets/page_view.dart:179) CarouselSliderState.build.. (/Users/ludonope/Code/flutter/.pub-cache/hosted/pub.dartlang.org/carousel_slider-4.0.0-nullsafety.0/lib/carousel_slider.dart:299) ... ``` In `scroll_position.dart`...

Trying to set a string attribute to a UUID fails, it seems like it tries to parse it as if it was an operation on number, however the quotes should...

bug

## Base informations * Dart SDK Version ``` Dart SDK version: 2.17.0 (stable) (Mon May 9 10:36:47 2022 +0200) on "macos_x64" ``` * What package from this repo you are...

I'm trying to use an object which contains a `Map`. I feel like Isar should be able to handle `Map` type as long as both subtypes are supported. One alternative...

enhancement

**Describe the solution you'd like** Annotations such as `@Enumerated` should be allowed to be used on constructor parameters in order to allow to use `isar` with `freezed`.

enhancement

Added implementations for `toJson` and `fromJson` methods for the following types: - `LocalDate` - `LocalDateTime` - `LocalTime` - `OffsetDate` - `OffsetDateTime` - `OffsetTime` - `DayOfWeek` These methods allow to use...