Skip to content
View Maverick099's full-sized avatar
☠️
On a Quest !!!!
☠️
On a Quest !!!!

Organizations

@Coders-Asylum

Block or report Maverick099

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. TODO TODO Public

    a todo app created using flutter

    Dart 1

  2. Coders-Asylum/Python-101 Coders-Asylum/Python-101 Public

    Here you will find all the code related to the python basics course. You can download this code and learn faster. This a archive for the Python basics code . We suggest you to download the files yo…

    Jupyter Notebook 2 1

  3. Shortest distance Between Geo-Coordi... Shortest distance Between Geo-Coordinates In Dart using Haversine formula
    1
    import 'dart:math' show pi, pow;
    2
    void main() {
    3
     final double lat1=50.06638889;
    4
     final double lat2=58.64388889;
    5
     final double lng1=5.71472222;
  4. Get-Elevation-Gain-And-Elevation-Loss-during-an-Trek-in-Dart Get-Elevation-Gain-And-Elevation-Loss-during-an-Trek-in-Dart Public

    Dart

  5. Custom-Card-In-flutter Custom-Card-In-flutter Public

    A Custom Card With a Custom Shaped Description Box.

    Dart

  6. Coders-Asylum/Custom-Bottom-Navigation-Bar-Flutter Coders-Asylum/Custom-Bottom-Navigation-Bar-Flutter Public

    Forked from Maverick099/Custom-Bottom-Navigation-Bar-Flutter

    This Creates a Custom Bottom Navigation Bar with animated tile that moves below to the active icon.

    Dart