flutter_plugin_android_lifecycle 2.0.0-nullsafety.2 copy "flutter_plugin_android_lifecycle: ^2.0.0-nullsafety.2" to clipboard
flutter_plugin_android_lifecycle: ^2.0.0-nullsafety.2 copied to clipboard

outdated

Flutter plugin for accessing an Android Lifecycle within other plugins.

example/lib/main.dart

// Copyright 2019, the Chromium project authors.  Please see the AUTHORS file
// for details. 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 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Sample flutter_plugin_android_lifecycle usage'),
        ),
        body: Center(
            child: Text(
                'This plugin only provides Android Lifecycle API\n for other Android plugins.')),
      ),
    );
  }
}
88
likes
0
pub points
99%
popularity

Publisher

verified publisherflutter.dev

Flutter plugin for accessing an Android Lifecycle within other plugins.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_plugin_android_lifecycle