Skip to content

Instantly share code, notes, and snippets.

View devoncarew's full-sized avatar

Devon Carew devoncarew

View GitHub Profile

PR Health Checks

Breaking changes ✔️

Package Change Current Version New Version Needed Version Looking good?
firehose Non-Breaking 0.8.0 0.9.0 0.8.1 ✔️

Changelog Entry ✔️

## PR Health
:heavy_check_mark: **Breaking changes**
| Package | Change | Current Version | New Version | Needed Version | Looking good? |
| :--- | :--- | ---: | ---: | ---: | ---: |
|firehose|Non-Breaking|0.8.0|0.9.0|0.8.1|:heavy_check_mark:|
:heavy_check_mark: **Changelog Entry**
// 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;
api:
  ANGLE_instanced_arrays:
    drawArraysInstancedANGLE:
    drawElementsInstancedANGLE:
    vertexAttribDivisorANGLE:
  AbortController:
    AbortController:
    abort:
    signal:
dart:html package:web
AbortPaymentEvent
AccessibleNode
AccessibleNodeList
AnchorElement HTMLAnchorElement
AnimationEffectReadOnly
AnimationEffectTiming
AnimationEffectTimingReadOnly
ApplicationCache
@devoncarew
devoncarew / feedback.md
Created July 14, 2023 22:43
Sample PR feedback UI

Changed Files

File Notes Coverage
✔️ pkgs/foo/lib/main.dart 💚 100 %
⚠️ pkgs/foo/bin/main.dart License header missing; ... 💔 Not covered
✔️ pkgs/foo/test/main.dart 💚 40 % ⬆️ 1 %

Build Status pub package package publisher

Official Dart lint rules

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

@devoncarew
devoncarew / foo.md
Last active June 3, 2023 00:02
foo.md

Build Status pub package package publisher

Official Dart lint rules

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