-
### Steps to reproduce
1. Open the app in Firefox.
2. Start scrolling by holding down the left mouse button.
3. Scroll quickly outside of the browser window and release the left mouse button.
…
-
Hi, thanks for the work on this package. Its really nice to have the freezed functionality with a much simpler syntax.
I see the `ignoreNull` option, but one thing I didn't see in the docs is if i…
-
-
Discussion이 없어서 이슈로 남깁니다용,,
> 해당 방법은 제가 자주 사용하는 방법이며 무조건 정답이 아님을 미리 알려드립니다,,😢
## `/lib/theme/colors.dart` - App에서 사용하는 color 정의
```dart
import 'package:flutter/material.dart';
class AppCo…
-
**Is your feature request related to a problem? Please describe.**
So lets say I am taking input from the user using a form. The input from the form is stored in freezed-object `FormData`. Now, I wan…
-
I've noticed that the same code that works in my devices (IOS & Android), does not work for web. I saw the "onLoading" function is never called, neither it appears the bottom refresh indicator.
-
## 问题提交
标题格式:[BUG]: flutter项目启动报错
内容需包含:
if (xmlEvent is xml.XmlTextEvent) {
_Tag tag = _Tag();
tag.style = style.copyWith();
if (stack.isNotEmpty) {
tag…
-
/C:/Users/h/AppData/Local/Pub/Cache/hosted/pub.dev/flukit-3.0.1/lib/src/gradient_button.dart:63:44: Error: The getter 'button' isn't defined for the class 'TextTheme'.
- 'TextTheme' is from 'package…
-
It would be awesome if Freezed supported deep copies.
# Example
## Idea
For example, let us say I have the following two frozen classes:
```dart
@freezed
abstract class ContainerObject …
-
I am interested to know if I can check if a given `List` was constructed using `List.unmodifiable` but I couldn't find a way.
My use case is that I am copying an object extensively (i.e. using `Ob…