support 0.1.0 copy "support: ^0.1.0" to clipboard
support: ^0.1.0 copied to clipboard

A Support Package for Dart.

Support #

A support library for Dart and Flutter projects.

Usage #

import 'package:support/string.dart';

void main() {
  String name = "Filip";

  print(name);
  // "Filip"

  print(name.reverse());
  // "piliF"
}

License #

Support is licensed under the MIT License. See the LICENSE file for details.

1
likes
0
points
389
downloads

Publisher

unverified uploader

Weekly Downloads

A Support Package for Dart.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on support