flutter_futrue 1.1.0 copy "flutter_futrue: ^1.1.0" to clipboard
flutter_futrue: ^1.1.0 copied to clipboard

For the Flutter (Android, IOS) project, get the data from the entry page, the overall solution for the data normal\abnormal.

example/lib/main.dart

import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_futrue_example/home.dart';
import 'package:flutter_futrue_example/net/net.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    HttpManager().initDio(yourIntercept: null, yourPEM: '9527');
    return MaterialApp(
      title: 'AllRoundRefresh  Demo',
      debugShowCheckedModeBanner: false,
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: HomePage(),
    );
  }
}
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

For the Flutter (Android, IOS) project, get the data from the entry page, the overall solution for the data normal\abnormal.

Homepage

License

unknown (LICENSE)

Dependencies

connectivity, flutter, pull_to_refresh

More

Packages that depend on flutter_futrue