dart_meteor 3.0.0 copy "dart_meteor: ^3.0.0" to clipboard
dart_meteor: ^3.0.0 copied to clipboard

This library make connection between meteor backend and flutter app easily. Design to work seamlessly with StreamBuilder and FutureBuilder.

3.0.0 #

  • BREAKING CHANGE. The meteor.collection('collectionName') streams are now hasData == true and have an empty map at the beginning.

2.1.4 #

  • Acessing to serverId and sessionId

2.1.3 #

  • Resend subscription packets on reconnection.

2.1.2 #

  • Return MeteorClientLoginResult on logoutOtherClients.

2.1.1 #

  • Return null if no current value presents for the 'currentValue'.

2.1.0 #

  • Fix a major bug on escaping DateTime when doing method call and subscribe.

2.0.4 #

  • Fix bug on meteor.user() does not set back to null after user has been logged out.

2.0.3 #

  • Separated login function.

2.0.2 #

  • Fix bugs on connecting to Meteor 2.x.x and on logout function.

2.0.1 #

  • Fix a $date bug when parsing an array result from methods/collections.

2.0.0 #

  • Null safety and some API changes.

1.1.2 #

  • Lower crypto package version to match the flutter_test.

1.1.1 #

  • Allows both int and String for MeteorError.error

1.1.0 #

  • Pin rxdart to 0.24.1 and crypto to 2.1.5.

1.0.8 #

  • Allow passing email to loginWithPassword.

1.0.7 #

  • Don't use this release

1.0.5 - 1.0.6 #

  • Pin rxdart version to 0.22.6

1.0.1 - 1.0.4 #

  • Update README and example

1.0.0 - 1.0.3 #

  • Initial version.
20
likes
125
points
152
downloads

Publisher

unverified uploader

Weekly Downloads

This library make connection between meteor backend and flutter app easily. Design to work seamlessly with StreamBuilder and FutureBuilder.

Repository (GitHub)

Documentation

API reference

License

BSD-2-Clause-Views (license)

Dependencies

crypto, rxdart

More

Packages that depend on dart_meteor