gsheet_to_arb 0.1.11 copy "gsheet_to_arb: ^0.1.11" to clipboard
gsheet_to_arb: ^0.1.11 copied to clipboard

Imports Application Resource Bundle (ARB) from Google Sheets documents

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gsheet_to_arb

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

dependencies:
  gsheet_to_arb: ^0.1.11

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

Import it

Now in your Dart code, you can use:

import 'package:gsheet_to_arb/gsheet_to_arb.dart';