alarm_volume_control 1.0.0 copy "alarm_volume_control: ^1.0.0" to clipboard
alarm_volume_control: ^1.0.0 copied to clipboard

Flutter alarm plugin for iOS and Android with scheduling, ringing, vibration, notifications, and Android volume UI control.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add alarm_volume_control

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

dependencies:
  alarm_volume_control: ^1.0.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:alarm_volume_control/alarm.dart';
import 'package:alarm_volume_control/model/alarm_settings.dart';
import 'package:alarm_volume_control/model/alarm_settings.g.dart';
import 'package:alarm_volume_control/model/notification_settings.dart';
import 'package:alarm_volume_control/model/notification_settings.g.dart';
import 'package:alarm_volume_control/model/volume_settings.dart';
import 'package:alarm_volume_control/model/volume_settings.g.dart';
import 'package:alarm_volume_control/service/alarm_storage.dart';
import 'package:alarm_volume_control/utils/alarm_exception.dart';
import 'package:alarm_volume_control/utils/alarm_handler.dart';
import 'package:alarm_volume_control/utils/alarm_set.dart';
import 'package:alarm_volume_control/utils/extensions.dart';
0
likes
130
points
164
downloads

Documentation

API reference

Publisher

verified publisherziandev.site

Weekly Downloads

Flutter alarm plugin for iOS and Android with scheduling, ringing, vibration, notifications, and Android volume UI control.

Repository (GitHub)
View/report issues

Topics

#alarm #notifications #volume #android #ios

License

MIT (license)

Dependencies

collection, equatable, flutter, flutter_fgbg, json_annotation, logging, plugin_platform_interface, rxdart, shared_preferences

More

Packages that depend on alarm_volume_control

Packages that implement alarm_volume_control