skyscrapeapi 2.3.5+1 copy "skyscrapeapi: ^2.3.5+1" to clipboard
skyscrapeapi: ^2.3.5+1 copied to clipboard

outdated

SkyMobile API is the API that was taken from the original SkyMobile app. SkyMobile API allows easy Skyward access for developers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add skyscrapeapi

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  skyscrapeapi: ^2.3.5+1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:skyscrapeapi/data_types.dart';
import 'package:skyscrapeapi/district_searcher.dart';
import 'package:skyscrapeapi/sky_core.dart';
2
likes
0
pub points
0%
popularity

Publisher

verified publisherclearhall.dev

SkyMobile API is the API that was taken from the original SkyMobile app. SkyMobile API allows easy Skyward access for developers.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, html, http

More

Packages that depend on skyscrapeapi