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

This version of settings has been forked of which originated from https://github.com/once10301/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
30
pub points
0%
popularity

Publisher

unverified uploader

This version of settings has been forked of which originated from https://github.com/once10301/settings.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on settingsfrompullrequestwithandroidlocationmenu