tree: 65fa5fa61c2d6241af56d763705ba7473a8f4285 [path history] [tgz]
  1. differences-show.sh
  2. import-demo-1.dart
  3. import-demo-2.dart
  4. import-demo-3.dart
  5. import-demo-4.dart
  6. README.md
tutorials/examples/import-demo/README.md

Import tests

These examples illustrate the effect of the different ways of importing Pointy Castle classes.

The programs are essentially the same, except for the imports they use. In import-demo-1.dart and import-demo-4.dart, the imports used does not allow all/some of the constructors to be available: so in those examples the useConstructors function have been commented out.

Run differences-show.sh to see what the differences are.