GithubHelp home page GithubHelp logo

rodiii / flutter_cupertino_setting_control Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 3.0 296 KB

With cupertino_setting_control you can create a settings page or a simple form very easy.

Home Page: https://pub.dev/packages/cupertino_setting_control

License: MIT License

Java 0.92% Ruby 2.04% Objective-C 1.91% Dart 95.13%

flutter_cupertino_setting_control's People

Contributors

rodiii avatar ryanhz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

flutter_cupertino_setting_control's Issues

Internationalizing

While changing the language (Ex English to Arabic) its changing the direction but not working the language change . after refreshing the widget then only its work.. i am new here so maybe the prob of my code.. but i checked nothing wrong in my code :)

Improvement to Row CrossAxisAlignment

Currently For a Settings Row the crossAxisAlignment is set to center only if there is neither Top Tile or Left Title.

With a YesNo button this has the effect that the text is shown at the top of the row, but as the button is taller than the title it looks somewhat misaligned.

crossAxisAlignment: !widget.config.showTitleLeft &&
!widget.config.showTopTitle
? CrossAxisAlignment.center
: CrossAxisAlignment.start,

https://github.com/Rodiii/flutter_cupertino_setting_control/blob/master/lib/cupertino_setting_control.dart#L753

This would probably fit better across a range of applications if aligned center?

With CrossAxisAlignment.start
image

With CrossAxisAlignment.center
image

Maybe I'm missing another way to achieve this?

Error: Cannot run with sound null safety,

I've added this library to a new project and I get the following error message.

Error: Cannot run with sound null safety, because the following dependencies
don't support null safety:

 - package:cupertino_setting_control
 - package:cupertino_range_slider

For solutions, see https://dart.dev/go/unsound-null-safety

Thanks Dan

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.