starwars 0.1.0
starwars: ^0.1.0 copied to clipboard
A Flutter/Dart library for Star Wars data and utilities.
starwars #
A Flutter/Dart library for Star Wars data and utilities.
Use this package to add Star Wars-related helpers to Flutter and Dart projects.
Features #
- Lightweight Dart API with no platform-specific setup.
Calculatorhelper for basic numeric operations (included in the initial release).
Getting started #
Add starwars to your pubspec.yaml:
dependencies:
starwars: ^0.1.0
Then fetch dependencies:
flutter pub get
Usage #
Import the package and use the public API:
import 'package:starwars/starwars.dart';
void main() {
final calculator = Calculator();
print(calculator.addOne(41)); // 42
}
Additional information #
- Source code: repository
- Issues: issue tracker
This package is not affiliated with Lucasfilm Ltd. or The Walt Disney Company.