Put a short description of the package here that helps potential users know whether this package might be useful for them.
Features
List what your package can do. Maybe include images, gifs, or videos.
Getting started
在您的 pubspec.yaml
文件中添加如下依赖项:
dependencies:
hello240401: ^0.0.1
## Usage
Include short and useful examples for package users. Add longer examples
to `/example` folder.
```dart
import 'package:hello240401/hello240401.dart';
void main() {
final result = addOne(1);
print(result);
}
Additional information
Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.