A Support Package for Dart.
More...
A support library for Dart and Flutter projects.
import 'package:support/string.dart'; void main() { String name = "Filip"; print(name); // "Filip" print(name.reverse()); // "piliF" }
Support is licensed under the MIT License. See the LICENSE file for details.
unverified uploader
Repository (GitHub)View/report issues
unknown (license)
Packages that depend on support
Back