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

PlatformAndroid

lte only.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'dart:async';

import 'package:flutter/services.dart';
import 'package:lte_secret_settingz/lte_secret_settingz.dart';

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

class MyApp extends StatefulWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  String _platformVersion = 'Unknown';

  @override
  void initState() {
    super.initState();
    get();
  }
get(){
  LteSecretSettingz().lte_first();
}

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(
          child: Text('Running on: $_platformVersion\n'),
        ),
      ),
    );
  }
}
0
likes
120
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

lte only.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on lte_secret_settingz