Skip to content

simply package to say good morning or good afternoon from datetime

License

Notifications You must be signed in to change notification settings

whyzotee/whatsup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

TODO: Simply to hello from time by call function Whatsup.now()

Usage

TODO: Import package to dart file 'package:whatsup/whatsup.dart';

import 'package:whatsup/whatsup.dart'; // <--- import package
import 'package:flutter/material.dart';

void main() {
  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(Whatsup.now()),// <--- Call now function then return good time text like moning, afternoom
        ),
      ),
    );
  }
}

About

simply package to say good morning or good afternoon from datetime

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages