Code Monkey home page Code Monkey logo

flutter_brand_palettes's People

Contributors

dartoosdev avatar rafamizes avatar rultor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

flutter_brand_palettes's Issues

Instagram logo

Implement a widget for displaying the Instagram's official logo.

Grey shades aliases

Flutter color's shades are referred to by index. The greater the index, the darker the color. There are 10 valid indices: 50, 100, 200, ..., 900.
A Flutter new comer might wonder why "100" and not, say, "111", "270", or any other magic number.
These numbers are not self-descriptive and, therefore, should be aliased by adjectives like "light", "very light", "bit darker", "dark", etc.
For instance, Grey().color command would retrieve the default grey shade Colors.grey[500]; Grey.light().color, Colors.grey[200]; Grey.bitDarker().color, Colors.grey[600]; and so on.

Reference: https://api.flutter.dev/flutter/material/Colors/grey-constant.html

Grey shades aliases

Flutter color's shades are referred to by index. The greater the index, the darker the color. There are 10 valid indices: 50, 100, 200, ..., 900.
A Flutter new comer might wonder why "100" and not, say, "111", "270", or any other magic number.
These numbers are not self-descriptive, and so, should be aliased by adjectives like "light", very light, bit darker, dark, and so on.
For instance, Grey().color would retrieve the grey primary Colors.grey[500]; Grey.light().color, Colors.grey[200]; Grey.bitDarker().color, Colors.grey[600]```.

Reference: https://api.flutter.dev/flutter/material/Colors/grey-constant.html

Instagram logo

Implement a widget for displaying the official Instagram's logo.

logos.dart:1-2: I need more details regarding the logo...

The puzzle 60-131d9adc from #60 has to be resolved:

// @todo #60 I need more details regarding the logo file location and exposed
// client api - interface.

The puzzle was created by @rultor on 22-May-21.

role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

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.