enhanced_meteorify 2.3.5-reconnectOniOS-1 copy "enhanced_meteorify: ^2.3.5-reconnectOniOS-1" to clipboard
enhanced_meteorify: ^2.3.5-reconnectOniOS-1 copied to clipboard

discontinued
outdated

Carefully extended meteorify package to interact with the Meteor framework. Connect your web or flutter apps, written in Dart, with the Meteor framework.

example/enhanced_meteorify.dart

import 'package:enhanced_meteorify/enhanced_meteorify.dart';

void main() async {
  try {
    await Meteor.connect('ws://127.0.0.1:3000/websocket');
    if (Meteor.isConnected) {
      var result =
          await Meteor.loginWithPassword('Freeman', 'RiseAndShineMrFreeman');
      print(result);
    }
  } catch (error) {
    print(error);
  }
}
6
likes
0
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

Carefully extended meteorify package to interact with the Meteor framework. Connect your web or flutter apps, written in Dart, with the Meteor framework.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, enhanced_ddp, get, shared_preferences

More

Packages that depend on enhanced_meteorify