enhanced_meteorify 2.3.6-instance.4 copy "enhanced_meteorify: ^2.3.6-instance.4" to clipboard
enhanced_meteorify: ^2.3.6-instance.4 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
pub points
53%
popularity

Publisher

unverified uploader

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, shared_preferences

More

Packages that depend on enhanced_meteorify