GithubHelp home page GithubHelp logo

jonathanmonga / flutter_shine.dart Goto Github PK

View Code? Open in Web Editor NEW
146.0 5.0 13.0 84.17 MB

Flutter Shine is a library for pretty and realistic shadows, dynamic light positions, extremely customizable shadows, no library dependencies, text or box shadows based on content.

License: MIT License

Kotlin 15.88% Swift 6.10% Objective-C 4.72% Dart 65.96% Ruby 5.99% Shell 1.34%
flutter dart shadow shine made-in-drc

flutter_shine.dart's People

Contributors

jonathanmonga 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  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

flutter_shine.dart's Issues

Inner shadow

Hi,

like the title, it would be awesome if the package allows adding the inner shadow.
Especially to the text.

Perfect!

This is great!

Can you please also make a Neumorphic one? With dark themes? That will be a super hit!

why boxShadows is null?

` IndexedStack(

        index: _tabIndex,
        children: <Widget>[
      FlutterShine(
      config: Config(shadowColor: Color(0xFF3498D8),blur: 35,blurPow:1),
    light: Light(intensity: 1,position:Point(0,0)),
    builder: (BuildContext context, ShineShadow shineShadow) {
      print("shineShadow=$shineShadow");
      return
        Container(
            width: double.infinity,
            height: 300,
            decoration: BoxDecoration(
                color: Colors.white, boxShadow: shineShadow.boxShadows),);})
        ],
      )

`

The getter 'boxShadows' was called on null.
Receiver: null
Tried calling: boxShadows

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.