strider 0.9.1
strider: ^0.9.1 copied to clipboard
A Dart package for creating Swift-like Strides.
strider #
strider is a Dart package for creating Swift-like Strides.
License #
This project is licensed under the MIT License.
Features #
- No external dependencies
Installation #
Add the following to your pubspec.yaml:
dependencies:
strider: ^<latest_version>
Then run:
dart pub get
Usage #
Import the package:
import 'package:strider/strider.dart';
Contributing #
Contributions are welcome! Please open issues or submit pull requests on GitHub.
- Fork the repository
- Create a feature branch
- Write tests for your changes
- Open a pull request