Giter Site home page Giter Site logo

babstrap / babstrap_settings_screen Goto Github PK

View Code? Open in Web Editor NEW
29.0 29.0 23.0 414 KB

This project help developpers to display a beautiful Settings Screen UI using Flutter.

License: MIT License

Kotlin 5.91% Ruby 8.69% Swift 3.70% Objective-C 3.14% Dart 78.56%
dart flutter flutter-package ui

babstrap_settings_screen's People

Contributors

abdullahbasuony avatar babstrap avatar memmen avatar theredspy15 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

Watchers

 avatar

babstrap_settings_screen's Issues

Font size

please add font size property everywhere

Subtitle space too limited

The space for the subtitle is too limited when having an icon and a trailing switch. I would like these options:

  • Adjust padding around the icon and subtitle
  • option to hide the icon completely
  • allow multiline text in subtitle

When i build my app i got this

FAILURE: Build failed with an exception.

  • What went wrong:
    The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
    The following dependencies do not satisfy the required version:
    project ':babstrap_settings_screen' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

BUILD FAILED in 35s
Exception: Gradle task assembleDebug failed with exit code 1

used older kotlin version

FAILURE: Build failed with an exception.

  • What went wrong:
    The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
    The following dependencies do not satisfy the required version:
    project ':babstrap_settings_screen' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

Allow to change the background color of the SettingsItem widget

I'm using version 0.1.5 and I can only modify the background color of the icon. But not the background color of the tile/card itself.

Even though I tried to use backgroundColor, but it seems to be pointless...

My code

SettingsItem(
                  backgroundColor: Colors.red, // ignored
                  onTap: () {
                   ///
                  },
                  icons: Icons.foundation_outlined,
                  iconStyle: IconStyle(
                    backgroundColor: Colors.blueAccent,
                  ),
                  title: 'about_us'.tr(),
                  subtitle: 'meet_the_founders'.tr(),
                ),

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.