Skip to content

Instantly share code, notes, and snippets.

View Kinasr's full-sized avatar

Khaled Nasr Kinasr

View GitHub Profile
@Andrious
Andrious / android_alarm_manager.dart
Last active July 19, 2020 16:30
Example code used to demonstrate the use of the library file, alarm_manager.dart, working with the plugin, android_alarm_manager.
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// ignore_for_file: public_member_api_docs
import 'dart:math' show Random, pow;
import 'package:flutter/material.dart';
import 'alarm_manager.dart' show AlarmManager;