dart_blocks 0.1.43 copy "dart_blocks: ^0.1.43" to clipboard
dart_blocks: ^0.1.43 copied to clipboard

outdated

An SDK written in Dart to communicate with Nuntio Blocks and Cloud

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_blocks

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

dependencies:
  dart_blocks: ^0.1.43

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:dart_blocks/dart_blocks/components/text_field_decoration.dart';
import 'package:dart_blocks/dart_blocks/models/auth.dart';
import 'package:dart_blocks/dart_blocks/nuntio_client.dart';
import 'package:dart_blocks/dart_blocks/user_block/user_block.dart';
import 'package:dart_blocks/dart_blocks/user_block_with_ui/AuthPage/LoginPage/login_page.dart';
import 'package:dart_blocks/dart_blocks/user_block_with_ui/AuthPage/RegisterPage/register_page.dart';
import 'package:dart_blocks/dart_blocks/user_block_with_ui/NoConnection/no_connection.dart';
import 'package:dart_blocks/dart_blocks/user_block_with_ui/WelcomePage/welcome_page.dart';
import 'package:dart_blocks/dart_blocks/user_block_with_ui/user_block_with_ui.dart';
import 'package:dart_blocks/data_to/dataTo.dart';
import 'package:dart_blocks/nuntio_authorize/nuntio_authorize.dart';
import 'package:dart_blocks/nuntio_credentials/nuntio_credentials.dart';
import 'package:dart_blocks/nuntio_credentials/nuntio_no_credentials.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

An SDK written in Dart to communicate with Nuntio Blocks and Cloud

Homepage

License

unknown (LICENSE)

Dependencies

connectivity_plus, dart_jsonwebtoken, device_info_plus, fixnum, flutter, flutter_secure_storage, geocoding, geolocator, grpc, jwt_decoder, nuntio_blocks, nuntio_cloud, protobuf

More

Packages that depend on dart_blocks