ctime 0.1.3 copy "ctime: ^0.1.3" to clipboard
ctime: ^0.1.3 copied to clipboard

Formatted date

ctime #

A new Flutter package project.

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Example #


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

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        body: Text(MSTime(timestamp: 1504452142).getWeek().toString()),
      ),
    );
  }
}



2
likes
10
pub points
0%
popularity

Publisher

unverified uploader

Formatted date

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on ctime