saw 0.6.0 copy "saw: ^0.6.0" to clipboard
saw: ^0.6.0 copied to clipboard

A flutter plugin to show Truecaller like overlay window, over all other apps along with callback events. Android Go or Android 11 & above, this plugin shows notification bubble, in other android versi [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add saw

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  saw: ^0.6.0

Alternatively, 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:saw/models/system_window_body.dart';
import 'package:saw/models/system_window_botton_image.dart';
import 'package:saw/models/system_window_button.dart';
import 'package:saw/models/system_window_decoration.dart';
import 'package:saw/models/system_window_footer.dart';
import 'package:saw/models/system_window_header.dart';
import 'package:saw/models/system_window_margin.dart';
import 'package:saw/models/system_window_padding.dart';
import 'package:saw/models/system_window_text.dart';
import 'package:saw/system_alert_window.dart';
import 'package:saw/utils/commons.dart';
import 'package:saw/utils/constants.dart';
1
likes
100
pub points
11%
popularity

Publisher

unverified uploader

A flutter plugin to show Truecaller like overlay window, over all other apps along with callback events. Android Go or Android 11 & above, this plugin shows notification bubble, in other android versions, it shows an overlay window.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on saw