SunlightBro
SunlightBro
analyzer: **4.4.0** [changelog](https://pub.dev/packages/analyzer/changelog#440) > - Deprecated DartType.element, check for InterfaceType, TypeParameterType, and then ask the element. No breaking changes in analyzer: **4.5.0** that effect freezed.
### Creating new package `freezed_lints` using [custom_lint](https://github.com/invertase/dart_custom_lint#using-our-custom-lint-package-in-an-application) - [x] Create `packages/freezed_lints/` (not inside `freezed`, `freezed_annotation`), so that it's opt-in for developers - [ ] Check if/how to write tests for...
## Steps to Reproduce Building a debug app works `flutter build apk --debug --flavor dev -t lib/main.dart` ```sh Running Gradle task 'assembleDevDebug'... 33.5s ✓ Built build/app/outputs/flutter-apk/app-dev-debug.apk. ``` But building for...
**Describe the use-cases of your feature** Especially with a lot of packages that need to resolve their transitive dependencies, it's not always useful to force the latest version of every...
UserExceptionDialog was written before flutter had [Navigator 2.0](https://docs.flutter.dev/go/navigator-with-router) and the new [scaffold-messenger](https://docs.flutter.dev/release/breaking-changes/scaffold-messenger) At the moment it still requires to place a `UserExceptionDialog` in between the MaterialApp and the HomePage Widget,...
- bump dependencies - fix freezed support - cleanName trims the leading `_$` and trailing `Impl` from freezed classes - fix generation of FromFactory for freezed classes - fix lints...
I'm trying to use the example app to evaluate how to use this package. And calling KeycloakService.init() throws an exception; ```sh 💪 Running with sound null safety 💪 Debug service...
## Feature Request Consider a odm like this: ```dart @firestoreSerializable class TimeFrame { final Timestamp start; final Timestamp end; TimeFrame(this.lowerLimit, this.upperLimit) { _$assertTimeFrame(this); } } ``` I would like to...
Can this version of vendor be published? On pub.dev the latest is still 0.9.5. _Originally posted by @SunlightBro in https://github.com/google/dart-neats/issues/220#issuecomment-2259767029_