yahoo_finance_data_reader 0.0.1 copy "yahoo_finance_data_reader: ^0.0.1" to clipboard
yahoo_finance_data_reader: ^0.0.1 copied to clipboard

outdated

Data reader for yahoo finance

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add yahoo_finance_data_reader

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

dependencies:
  yahoo_finance_data_reader: ^0.0.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:yahoo_finance_data_reader/yahoo_finance_data_reader.dart';