Thanks for your contribution! Please replace this paragraph with a description of what this PR is changing or adding and why. List any relevant issues, and review the contribution guidelines below.
- See our
The Dart linter is a static analyzer for identifying possible problems in your
Dart source code. More than a hundred [linter rules][rules] are available,
checking anything from potential typing issues, coding style, and formatting.
This package - package:lints - contains the lint settings recommended by the
The Dart linter is a static analyzer for identifying possible problems in your
Dart source code. More than a hundred [linter rules][rules] are available,
checking anything from potential typing issues, coding style, and formatting.
This package - package:lints - contains the lint settings recommended by the
The Dart linter is a static analyzer for identifying possible problems in your
Dart source code. More than a hundred [linter rules][rules] are available,
checking anything from potential typing issues, coding style, and formatting.
This package - package:lints - contains the lint settings recommended by the
Changed Files
| File | Notes | Coverage |
|---|---|---|
| ✔️ pkgs/foo/lib/main.dart | 💚 100 % | |
| License header missing; ... | 💔 Not covered | |
| ✔️ pkgs/foo/test/main.dart | 💚 40 % ⬆️ 1 % |
dart:html |
package:web |
|---|---|
AbortPaymentEvent |
|
AccessibleNode |
|
AccessibleNodeList |
|
AnchorElement |
HTMLAnchorElement |
AnimationEffectReadOnly |
|
AnimationEffectTiming |
|
AnimationEffectTimingReadOnly |
|
ApplicationCache |
api:
ANGLE_instanced_arrays:
drawArraysInstancedANGLE:
drawElementsInstancedANGLE:
vertexAttribDivisorANGLE:
AbortController:
AbortController:
abort:
signal:
| // Copyright 2019 the Dart project authors. 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:math' as math; | |
| import 'package:flutter/material.dart'; | |
| const int maxSeeds = 250; |
| // Copyright 2019 the Dart project authors. 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:math' as math; | |
| import 'package:flutter/material.dart'; | |
| const int maxSeeds = 250; |
Provides encoders and decoders for various archive and compression formats such as zip, tar, bzip2, gzip, and zlib.