Skip to content
View antiv's full-sized avatar

Block or report antiv

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. mate mate Public

    Production-ready multi-agent orchestration engine built on Google ADK. Database-driven agent config, 50+ LLM providers, MCP protocol, persistent memory, web dashboard, RBAC.

    Python 32 3

  2. bird_tracker bird_tracker Public

    The Bird Tracker App is a Flutter-based Android application designed for bird watchers to track their bird-watching activities, mark bird sightings on a map, and save important data related to the …

    HTML 2

  3. ebcc ebcc Public

    BioData Manager is a web-based application for managing biological data stored in SQLite databases.

    JavaScript

  4. ptice-kviz ptice-kviz Public

    TypeScript

  5. Cupertino like DateTime picker with ... Cupertino like DateTime picker with secunds
    1
    import 'package:flutter/material.dart';
    2
    import 'package:flutter/cupertino.dart';
    3
    import 'package:intl/intl.dart';
    4
    
                  
    5
    
                  
  6. ExpandableTextBox ExpandableTextBox
    1
    import 'package:flutter/material.dart';
    2
    
                  
    3
    const Color darkBlue = Color.fromARGB(255, 18, 32, 47);
    4
    
                  
    5
    void main() {