nuntio_hera 0.0.20 copy "nuntio_hera: ^0.0.20" to clipboard
nuntio_hera: ^0.0.20 copied to clipboard

gRPC files for Hera

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nuntio_hera

With Flutter:

 $ flutter pub add nuntio_hera

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

dependencies:
  nuntio_hera: ^0.0.20

Alternatively, 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:nuntio_hera/google/protobuf/timestamp.pb.dart';
import 'package:nuntio_hera/google/protobuf/timestamp.pbenum.dart';
import 'package:nuntio_hera/google/protobuf/timestamp.pbjson.dart';
import 'package:nuntio_hera/hera.pb.dart';
import 'package:nuntio_hera/hera.pbenum.dart';
import 'package:nuntio_hera/hera.pbgrpc.dart';
import 'package:nuntio_hera/hera.pbjson.dart';
import 'package:nuntio_hera/hera/channel/hera_channel.dart';
import 'package:nuntio_hera/hera/channel/hera_channel_web.dart';
import 'package:nuntio_hera/hera/helpers/decode_jwt.dart';
import 'package:nuntio_hera/hera/helpers/validate_email.dart';
import 'package:nuntio_hera/hera/hera.dart';
import 'package:nuntio_hera/hera/hera_extension.dart';
import 'package:nuntio_hera/hera/models/auth.dart';
import 'package:nuntio_hera/hera/models/find_options.dart';
import 'package:nuntio_hera/hera/models/user_options.dart';
import 'package:nuntio_hera/hera/uni_links/uni_links_desktop.dart';
import 'package:nuntio_hera/hera/uni_links/uni_links_device.dart';
import 'package:nuntio_hera/hera_ui/AuthPage/LoginPage/components/continue_with_nuntio.dart';
import 'package:nuntio_hera/hera_ui/AuthPage/LoginPage/login_page.dart';
import 'package:nuntio_hera/hera_ui/AuthPage/RegisterPage/PasswordInfoPage/password_info_page.dart';
import 'package:nuntio_hera/hera_ui/AuthPage/RegisterPage/register_page.dart';
import 'package:nuntio_hera/hera_ui/AuthPage/VerifyCodePage/verify_code_page.dart';
import 'package:nuntio_hera/hera_ui/Authenticated/authenticated.dart';
import 'package:nuntio_hera/hera_ui/NoConnection/no_connection.dart';
import 'package:nuntio_hera/hera_ui/ProfilePage/button_card/button_card.dart';
import 'package:nuntio_hera/hera_ui/ProfilePage/profile_avatar/profile_avatar.dart';
import 'package:nuntio_hera/hera_ui/ProfilePage/profile_card/profile_card.dart';
import 'package:nuntio_hera/hera_ui/components/nuntio_button.dart';
import 'package:nuntio_hera/hera_ui/components/nuntio_fadein.dart';
import 'package:nuntio_hera/hera_ui/components/nuntio_indicator.dart';
import 'package:nuntio_hera/hera_ui/components/nuntio_text_field.dart';
import 'package:nuntio_hera/hera_ui/components/text_field_decoration.dart';
import 'package:nuntio_hera/hera_ui/functions.dart';
import 'package:nuntio_hera/hera_ui/hera_ui.dart';
import 'package:nuntio_hera/hera_ui/models.dart';