rime 0.1.3 copy "rime: ^0.1.3" to clipboard
rime: ^0.1.3 copied to clipboard

Rime is a Flutter SDK that allows you to connect to PubNub. Rime manages the sending and retrival of messages sent through PubNub and the collection of channels.

example/lib/example.dart

import 'package:rime/rime.dart';

// import 'main.dart';
import 'package:flutter/material.dart';
// ignore: library_prefixes
import 'package:flutter_dotenv/flutter_dotenv.dart' as DotEnv;

void main(List<String> args) async {
  WidgetsFlutterBinding.ensureInitialized();

  print('Initializing');
  await DotEnv.load(fileName: '.env');
  await Rime.initialize(DotEnv.env);
  print('Initialized');

  // runApp(RimeApp());
  
}
0
likes
40
points
8
downloads

Publisher

verified publisherperceivedev.com

Weekly Downloads

Rime is a Flutter SDK that allows you to connect to PubNub. Rime manages the sending and retrival of messages sent through PubNub and the collection of channels.

Homepage

License

MIT (license)

Dependencies

equatable, flutter, flutter_bloc, get_it, intl, pubnub, tuple

More

Packages that depend on rime