Skip to content
View ahmeterdgn's full-sized avatar
☣️
☣️

Highlights

  • Pro

Organizations

@webodasi @uzmooncom

Block or report ahmeterdgn

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
ahmeterdgn/README.md

Hi, I'm Ahmet Erdoğan 👋

Pinned Loading

  1. uni_prizren uni_prizren Public

    University of Prizren News application

    Dart 3

  2. awesomeavatar awesomeavatar Public

    Basic Awesome Avatar for Flutter

    Dart 3

  3. Flutter Time Difference / Flutter Za... Flutter Time Difference / Flutter Zaman Farkı
    1
    //EN
    2
    timeEn(String dateTime, {bool numberDate = true}) {
    3
      DateTime date = DateTime.parse(dateTime);
    4
      final dateNow = DateTime.now();
    5
      final difference = dateNow.difference(date);
  4. Example React Native Api Example React Native Api
    1
    import React, { Component } from "react";
    2
    import { FlatList, View, StyleSheet, Text } from "react-native";
    3
    
                  
    4
    class API extends Component {
    5
      state = {