algo360pfm 0.0.2
algo360pfm: ^0.0.2 copied to clipboard
Algo360 Flutter SDK, is used to extract transactional SMS packet from user’s device, process it and provide an expense tracking dashboard which will help you get an accurate picture of overall expense [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add algo360pfmThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
algo360pfm: ^0.0.2Alternatively, 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:algo360pfm/algo360pfm.dart';