starwars 0.1.0 copy "starwars: ^0.1.0" to clipboard
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.
  • Calculator helper 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 #

This package is not affiliated with Lucasfilm Ltd. or The Walt Disney Company.

0
likes
0
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter/Dart library for Star Wars data and utilities.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on starwars