k_widget 0.0.3 copy "k_widget: ^0.0.3" to clipboard
k_widget: ^0.0.3 copied to clipboard

This is a flutter tool class, which encapsulates various tool processing classes

example/lib/main.dart

import 'package:example/init_page.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();

  await SystemChrome.setPreferredOrientations([
    DeviceOrientation.portraitDown,
    DeviceOrientation.portraitUp,
  ]);

  runApp(const InitPage());
}
0
likes
150
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

This is a flutter tool class, which encapsulates various tool processing classes

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

cached_network_image, easy_refresh, flutter, flutter_easyloading, flutter_screenutil, get

More

Packages that depend on k_widget