ethiopiandatepickerandconvertor 0.0.7 copy "ethiopiandatepickerandconvertor: ^0.0.7" to clipboard
ethiopiandatepickerandconvertor: ^0.0.7 copied to clipboard

A simplified Ethiopian Date Picker Flutter Plugin with no state management dependencies. Supports Amharic, Oromo, and English languages with Ethiopian calendar system, date ranges, events, and Gregori [...]

example/lib/main.dart

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

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Ethiopian Date Picker Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const HomePage(),
    );
  }
}
6
likes
140
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A simplified Ethiopian Date Picker Flutter Plugin with no state management dependencies. Supports Amharic, Oromo, and English languages with Ethiopian calendar system, date ranges, events, and Gregorian conversion.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

abushakir, flutter

More

Packages that depend on ethiopiandatepickerandconvertor