Dor Klein
Dor Klein
When the routes array is in a typescript module (routes.ts) with typescript specific syntax, then we can't import it into vue.config.js. ### When I write: ```javascript require = require('esm')(module) const...
**Bug description** I'm running amcharts5 in a nuxtjs 3 application. When building the app it gives me this message: ```@amcharts/amcharts5 doesn't appear to be written in CJS, but also doesn't...
**Describe the bug** A clear and concise description of what the bug is. I get this bug in multiple places in my app after calling toastification.show ```dart ValueNotifier not disposed...
Since the latest Flutter release, when building for web you can include --wasm and it has better performance on most of the platforms. #62 See the [official docs](https://docs.flutter.dev/platform-integration/web/wasm)
Currently when trying to compile to web with --wasm you get: ```bash ../../../.pub-cache/hosted/pub.dev/devicelocale-0.7.1/lib/devicelocale_web.dart:6:8: Error: Dart library 'dart:html' is not available on this platform. import 'dart:html' as html show window; ```...
Update cloud_firestore_odm to support Freezed 3.0.0 and latest dependencies - Resolve compatibility issues with Freezed 3.0.0 and above - Update Dart SDK to >=3.0.0 - Upgrade dependencies to latest versions...
`flutter doctor -v` ``` [✓] Flutter (Channel stable, 3.29.0, on macOS 15.3.1 24D70 darwin-arm64, locale en-IL) [335ms] • Flutter version 3.29.0 on channel stable at /Users/dorklein/development/flutter • Upstream repository https://github.com/flutter/flutter.git...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Package/Plugin version 10.0.0 ### Platforms - [ ] Android - [ ] iOS...
- Changed generated file postfix from .g.dart to .firebase.dart for better compatibility with Riverpod. - Updated documentation to reflect the new file naming convention. - Modified example files to include...
NOTE: this PR builds on top of the changes from "Support analyzer: ^7 and source_gen: ^2 and Freezed ^3" #41 - Updated version to 1.3.0 in pubspec.yaml files - Upgraded...