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

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 Loading

  1. RedAlertTest RedAlertTest Public

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

    Dart 1

  2. paginatorx paginatorx Public

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

    C++

  3. 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
  4. analytix analytix Public

    Analytix: Streamlining analytics integration and usage in Dart applications for efficient event tracking and reporting

    Dart 1

  5. TodoListApp TodoListApp Public

    Dart 2

  6. SmartImageUploader class in the Dart... SmartImageUploader class in the Dart file provides a method to upload a file to Firebase. It first opens a file picker for the user to select a file. After a file is selected, it extracts the file extension and appends it to the provided path. Then, it uploads the file to Firebase Storage. If the upload is successful, it retrieves and returns the download URL of the uploaded file. If the upload fails or no file is selected, it prints an appropriate message
    1
    
                  
    2
    import 'dart:io';
    3
    import 'dart:typed_data';
    4
    
                  
    5
    import 'package:file_picker/file_picker.dart';