You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.2 KiB

2 years ago
  1. <!--
  2. This README describes the package. If you publish this package to pub.dev,
  3. this README's contents appear on the landing page for your package.
  4. For information about how to write a good package README, see the guide for
  5. [writing package pages](https://dart.dev/guides/libraries/writing-package-pages).
  6. For general information about developing packages, see the Dart guide for
  7. [creating packages](https://dart.dev/guides/libraries/create-library-packages)
  8. and the Flutter guide for
  9. [developing packages and plugins](https://flutter.dev/developing-packages).
  10. -->
  11. TODO: Put a short description of the package here that helps potential users
  12. know whether this package might be useful for them.
  13. ## Features
  14. TODO: List what your package can do. Maybe include images, gifs, or videos.
  15. ## Getting started
  16. TODO: List prerequisites and provide or point to information on how to
  17. start using the package.
  18. ## Usage
  19. TODO: Include short and useful examples for package users. Add longer examples
  20. to `/example` folder.
  21. ```dart
  22. const like = 'sample';
  23. ```
  24. ## Additional information
  25. TODO: Tell users more about the package: where to find more information, how to
  26. contribute to the package, how to file issues, what response they can expect
  27. from the package authors, and more.