Max Lapides
Max Lapides
According to the latest webpack docs, "`require.ensure()` is specific to webpack and superseded by` import()`." (https://webpack.js.org/api/module-methods/#require-ensure). The new `import()` syntax aligns with the ES2015 spec (https://webpack.js.org/api/module-methods/#import-). Note that the `require.ensure()`...
- Upgrade to NNBD - Replace deprecated method BuildContext.inheritFromWidgetOfExactType - Replace deprecated `RaisedButton` with `ElevatedButton` in example
I'd like to dispatch an action when a widget initializes. Normally, I'd put this kind of logic inside `initState` on a stateful Flutter widget. But, AFAIK, no such feature exists...
OS related issued, please help us identify the issue by posting the output of this ``` Linux max-ubuntu 5.8.0-63-generic #71~20.04.1-Ubuntu SMP Thu Jul 15 17:46:08 UTC 2021 x86_64 x86_64 x86_64...
There's a new version of the `js` package: https://github.com/dart-lang/sdk/blob/HEAD/pkg/js/CHANGELOG.md#070 Note that there is a breaking change: > Breaking Change: Moved annotations to single location in dart:_js_annotations. This makes it easier...
It would be great if this plugin would support `.sasslintrc` files as well as `.sass-lint.yml` since sass-lint now supports this format as well. Thanks for supporting this awesome plugin!
Hi there, we've been trying to get IP addresses stamped on our Segment events, but so far we have not been successful. All events coming from this package do not...
Resolves issue https://github.com/segmentio/analytics_flutter/issues/78
"The Dart team recently overhauled the collection of features and APIs that allow developers access to JavaScript and browser bindings in their Dart code. This next generation of web interop...