settingsfrompullrequestwithandroidlocationmenu 0.0.4 copy "settingsfrompullrequestwithandroidlocationmenu: ^0.0.4" to clipboard
settingsfrompullrequestwithandroidlocationmenu: ^0.0.4 copied to clipboard

outdated

Flutter plugin providing jump to settings.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:settings/settingsfrompullrequestwithandroidlocationmenu.dart';

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

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => new _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
        home: Scaffold(
      appBar: AppBar(
        title: Text('Settings'),
      ),
      body: Center(
        child: Column(children: <Widget>[
          SizedBox(
            height: 100.0,
          ),
          RaisedButton(onPressed: SettingsFromPullRequestWithAndroidLocationMenu.openGPSSettings, child: new Text("Open GPS settings")),
        ]),
      ),
    ));
  }
}
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Flutter plugin providing jump to settings.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on settingsfrompullrequestwithandroidlocationmenu