rxdart_plus 0.30.0
rxdart_plus: ^0.30.0 copied to clipboard
Flutter 升级 3.35.7 之后,对 rxdart 插件的升级(After Flutter upgrade 3.35.7, the upgrade of rxdart plugins.)。
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add rxdart_plusWith Flutter:
$ flutter pub add rxdart_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
rxdart_plus: ^0.30.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:rxdart_plus/rxdart_plus.dart';