mobile_signal 0.0.6 copy "mobile_signal: ^0.0.6" to clipboard
mobile_signal: ^0.0.6 copied to clipboard

PlatformAndroid

Check mobile signal strength.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:mobile_signal_example/widgets/widgets.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) => MaterialApp(
        title: 'Mobile Signal Demo',
        theme: ThemeData(
          colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue),
          useMaterial3: true,
        ),
        home: const SignalMonitorPage(),
      );
}
0
likes
140
points
319
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Check mobile signal strength.

Homepage
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, plugin_platform_interface

More

Packages that depend on mobile_signal