easix 0.0.1 copy "easix: ^0.0.1" to clipboard
easix: ^0.0.1 copied to clipboard

easix is a helper package that provide multiple handy function to use in your flutter project.

example/lib/main.dart

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

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

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

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'easix Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const HomeView(),
    );
  }
}
3
likes
0
pub points
57%
popularity

Publisher

verified publishermustafaix.live

easix is a helper package that provide multiple handy function to use in your flutter project.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

equatable, flutter, intl

More

Packages that depend on easix