simple_echo_dart_package 1.0.0+1 copy "simple_echo_dart_package: ^1.0.0+1" to clipboard
simple_echo_dart_package: ^1.0.0+1 copied to clipboard

A package that echoes the message you pass to it.

example/simple_echo_dart_package_example.dart

import 'package:simple_echo_dart_package/simple_echo_dart_package.dart';

void main() {
  const simpleEchoDartPackage = SimpleEchoDartPackage();
  print(simpleEchoDartPackage.echo('Привет!'));
}
0
likes
150
points
7
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A package that echoes the message you pass to it.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on simple_echo_dart_package