aliyun_httpdns 0.0.2 copy "aliyun_httpdns: ^0.0.2" to clipboard
aliyun_httpdns: ^0.0.2 copied to clipboard

Aliyun HTTPDNS Flutter plugin.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_httpdns_plugin_example/home.dart';


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

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

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

class _MyAppState extends State<MyApp> {

  @override
  void initState() {
    super.initState();

  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: HomePage()
    );
  }
}
1
likes
140
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

Aliyun HTTPDNS Flutter plugin.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on aliyun_httpdns