Group: style
State:
Since: Dart SDK: >= 2.0.0 • (Linter v0.1.4)
has-fix
| // Generated from samples/mandelbrot.wasm. | |
| // ignore_for_file: curly_braces_in_flow_control_structures, dead_code | |
| // ignore_for_file: non_constant_identifier_names, unused_element, unused_label | |
| // ignore_for_file: unused_local_variable | |
| import 'package:wasmd/runtime.dart'; | |
| import 'package:wasmd/runtime_vm.dart'; | |
| /// A class representing the symbols imported from the 'env' module. |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <style> | |
| body { | |
| font: 10px sans-serif; | |
| position: relative; |
| // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file | |
| // for details. All rights reserved. Use of this source code is governed by a | |
| // BSD-style license that can be found in the LICENSE file. | |
| import 'dart:js_interop'; | |
| import 'package:js/js.dart'; | |
| @JS() | |
| external HttpClient get httpClient; |
Provides encoders and decoders for various archive and compression formats such as zip, tar, bzip2, gzip, and zlib.
If providing this information as part of reporting a bug, please review the above output carefully to ensure it only contains things you're comfortable posting publicly.
Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
A portable Markdown library written in Dart that can parse Markdown into HTML.
Collections and utilities functions and classes related to collections.