charcode 1.2.0-nullsafety copy "charcode: ^1.2.0-nullsafety" to clipboard
charcode: ^1.2.0-nullsafety copied to clipboard

outdated

Constants for ASCII and common non-ASCII character codes represented by top-level constants.

example/example.dart

// Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source is governed by a
// BSD-style license that can be found in the LICENSE file.

import 'package:charcode/charcode.dart';

void main() {
  print(String.fromCharCodes([
    $E,
    $x,
    $a,
    $m,
    $p,
    $l,
    $e,
    $exclamation,
  ]));
}
31
likes
0
pub points
97%
popularity

Publisher

verified publisherinfimum.dk

Constants for ASCII and common non-ASCII character codes represented by top-level constants.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on charcode