widgets_functions 1.1.8 copy "widgets_functions: ^1.1.8" to clipboard
widgets_functions: ^1.1.8 copied to clipboard

discontinuedreplaced by: flutter_widget_function
outdated

Custom Widgets and Functions, Widgets and Function easy to access, simpliflied and no longer code.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:widgets_functions_example/dashboard.dart';

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  runApp(const MyApp());
}

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
        debugShowCheckedModeBanner: false, home: Dashboard());
  }
}
5
likes
0
points
132
downloads

Publisher

unverified uploader

Weekly Downloads

Custom Widgets and Functions, Widgets and Function easy to access, simpliflied and no longer code.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, intl

More

Packages that depend on widgets_functions

Packages that implement widgets_functions