Skip to content
View unix14's full-sized avatar
👋
Say Hi
👋
Say Hi
Block or Report

Block or report unix14

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. TheMovieDB TheMovieDB Public

    Kotlin 4

  2. RedAlertTest RedAlertTest Public

    a test application in flutter to show red alerts \ rockets siren

    Dart 1

  3. paginatorx paginatorx Public

    Pagination library in Dart to handle paginated responses from any data source

    C++

  4. TodoListApp TodoListApp Public

    Dart 1

  5. FileCache lib FileCache lib
    1
    import 'dart:io';
    2
    import 'dart:convert';
    3
    
                  
    4
    class FileCache {
    5
      // The directory where the cache files are stored
  6. simpler date formatter - human reada... simpler date formatter - human readable date
    1
    import 'package:intl/intl.dart';
    2
    
                  
    3
    String getFormattedDate(_date) {
    4
        var inputFormat = DateFormat('yyyy-MM-dd HH:mm');
    5
        var inputDate = inputFormat.parse(_date);