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

No more overtime, go home & enjoy your life

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:no_overtime/no_overtime.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  await NoOvertime.config(
    country: ECountry.vietnam,
  );

  runApp(const MainApp());
}

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Scaffold(
        body: Center(
          child: Text('Hello World!'),
        ),
      ),
    );
  }
}
9
likes
140
points
34
downloads

Publisher

verified publishernvbien.site

Weekly Downloads

No more overtime, go home & enjoy your life

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on no_overtime