etkinlik_io_api 2.0.3
etkinlik_io_api: ^2.0.3 copied to clipboard
Official Dart and Flutter client for the Etkinlik.io V2 REST API. Access events
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add etkinlik_io_apiWith Flutter:
$ flutter pub add etkinlik_io_apiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
etkinlik_io_api: ^2.0.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:etkinlik_io_api/etkinlik_io_api.dart';