Skip to content
#

widget

Here are 1,749 public repositories matching this topic...

bennetthardwick
bennetthardwick commented Aug 4, 2020

A small change that would make implementing styles for elements with background colours a bit easier. It would match the From<T> for Option<T> impl that you can already use for fields that are Option<Color> (like text_color).

Before:

Style {
    background_color: Some(Color::BLACK.into()),
    text_color: Color::WHITE.into(),
    ..Default::default()
}

After:

🔥🔥🔥本项目包括各种基本控件使用(Text、TextField、Icon、Image、Listview、Gridview、Picker、Stepper、Dialog、Slider、Row、Appbar、Sizebox、BottomSheet、Chip、Dismissible、FlutterLogo、Check、Switch、TabBar、BottomNavigationBar、Sliver等)、豆瓣电影、tubitv、每日一文、和天气、百姓生活、随机诗词、联系人、句子迷、好奇心日报、有道精品课、高德定位、音乐播放器🎵、追书神器等板块

  • Updated Aug 10, 2020
  • Dart
uppload
AnandChowdhary
AnandChowdhary commented Jan 25, 2020

Currently, there are 66 total issues detected by CodeClimate: https://codeclimate.com/github/elninotech/uppload/issues?category=complexity&engine_name%5B%5D=structure&engine_name%5B%5D=duplication

Some of these are false positives (like i18n files counting as duplicates), and some of these are easy to fix (like high function cognitive load due to functions longer than 25 lines).

This issue w

Improve this page

Add a description, image, and links to the widget topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the widget topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.