se_flutter_sdk_cn 1.5.7
se_flutter_sdk_cn: ^1.5.7 copied to clipboard
This is the Flutter SDK of SolarEngine CN.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add se_flutter_sdk_cnThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
se_flutter_sdk_cn: ^1.5.7Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:se_flutter_sdk_cn/solar_engine_core/solar_engine.dart';
import 'package:se_flutter_sdk_cn/solar_engine_core/solar_engine_config.dart';
import 'package:se_flutter_sdk_cn/solar_engine_core/solar_engine_event_data.dart';
import 'package:se_flutter_sdk_cn/solar_engine_remote_config/remote_config.dart';