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.

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. 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 …

    Dart 1

  2. qq_dice qq_dice Public

    C++

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

    C++

  5. vue3-node-starter vue3-node-starter Public

    Vue3 node mysql starter

    Vue 1

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