View unix14's full-sized avatar
👋
Hi there
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 support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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';
  2. paginatorxpaginatorxPublic

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

    C++

  3. FileCache libFileCache lib
    1
    import 'dart:io';
    2
    import 'dart:convert';
    3
    4
    class FileCache {
    5
      // The directory where the cache files are stored
  4. FreeTubeFreeTubePublic

    Free lightweight ad free YouTube player for Android mobile and TV devices

    Java 1

  5. analytixanalytixPublic

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

    Dart 1

  6. rick-and-morty-mcp-serverrick-and-morty-mcp-serverPublic

    AI-powered FastAPI server that turns natural language into structured Rick & Morty API queries. Built for fun & learning by Eyal Yaakobi.

    Python