Giter Club home page Giter Club logo

materialdesign's Introduction

<👋 Hello, World! />

I wear different hats. I’m a senior software engineer and a Flutter geek who has been playing with it ever since it was Beta. I love exploring new tech stacks 💻 and leveraging them to build cool stuff 🛠️.

In my spare time, I like to watch anime or listen to Adele and Of Monsters and Men.

🧐 More About Me:

  • 🌱 I’m currently improving my skills in DevOps
  • 📫 How to reach me: Linkedin, or [email protected]
  • 😄 Pronouns: He/Him
  • ⚡ Fun fact: I love watching anime

⛳️ Open Source Projects

🎁 Projects ⭐ Stars 📚 Forks 🛎 Issues 📬 Pull requests
Flutter Carbon Stars Forks Issues Pull Requests
PMVVM Stars Forks Issues Pull Requests
Scalable Flutter App Stars Forks Issues Pull Requests

✏️ Recent Blog Posts


⚡ Talk With Me About:

  • Creating scalable apps and improving their performance.
  • Cool full-stack projects.
  • Anime! 😆.

🧰 Languages & Tools


dart flutter firebase figma css3 html5 javascript typescript reactnative nextjs nodejs express express docker docker git tensorflow python postgresql flask rails


carlomigueldy carlomigueldy carlomigueldy carlomigueldy

materialdesign's People

Contributors

viki4tech avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

materialdesign's Issues

Fehler im LollopopCard

Hallo,
ich habe einen fehler in der LollipopCard.cs gefunden.
Man hat nicht die möglichkeit den Go It button anzupassen.

Das habe ich nun selber gemacht, sollte aber angepasst werden.

public event EventHandler OnCardButtonClick;

private void onCardButtonClick(object sender, EventArgs e)
{
    EventHandler CardButton = OnCardButtonClick;
    if (CardButton != null)
    {
        CardButton(this, e);
    }
}

private void AddButton()
{
    OKButton.FontColor = BColor;
    OKButton.Location = new Point(210, InfoLabel.Location.Y + InfoLabel.Height + 26);
    OKButton.Size = new Size(69, 33);
    OKButton.Text = cardButton;
    OKButton.Click += onCardButtonClick;
}

AddButton/( und AddLabel() als private und nicht public 👍

weiter :-)

string cardButton = "Go it";

[Category("Appearance")]
public string CardButtonText
{
    get { return cardButton; }
    set
    {
        cardButton = value;

        OKButton.Text = cardButton;
        Invalidate();
    }
}

Bitte für die user bearbeiten

Add RTL support.

in Persian and Arabic languages we need Right-to-Left property.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.