Code Monkey home page Code Monkey logo

expansion-card's Introduction

Hi there ๐Ÿ‘‹

I am Anirudh Sharma, mobile app developer. I have experience of more than 4 years as a Flutter developer. I love to build mobile applications.

Languages and Tools:

Visual Studio Code

Flutter

Dart

Sass

Node.js

Git

GitHub

Terminal


EXPERIENCE

Sunstone, Gurugram - Software Engineer

May 2022 - Present

Developing a mobile app for university students, providing a one-stop solution for all their campus needs, including attending live classes, marking attendance, applying for jobs, and much more

Bow & Beautiful, Ukraine - Software Engineer

Jan 2021 - May 2022 Building a salon booking app with CRM, used magic of flutter and firebase to built an entire project.

ASP Global Works, New Delhi - Flutter Developer

Jan 2019 - Dec 2020 Built a Cross Platform baseball gaming application.

Connect with me

Anirudh Sharma | WhatsApp Anirudh Sharma | LinkedIn

expansion-card's People

Contributors

anirudhsharma392 avatar finotilucas avatar michalisioak avatar mladensavic94 avatar shinriyo avatar vishnukvmd avatar yrden 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

expansion-card's Issues

The content are not fitted with the card

Hello, So I have this code

return Padding(
      padding: const EdgeInsets.symmetric(horizontal: 15),
      child: ExpansionCard(
        borderRadius: 20,
        background: Image.asset(
          "assets/solar.gif",
          fit: BoxFit.cover,
        ),
        title: Container(
          child: Column(
            crossAxisAlignment: CrossAxisAlignment.start,
            children: <Widget>[
              Text(
                "${note.getTitle()}",
                style: TextStyle(
                  fontSize: 30,
                  color: Colors.white,
                  fontFamily: 'BalooBhai',
                ),
              ),
              Text(
                "${note.getReadableDate()}",
                style: TextStyle(
                  fontSize: 20,
                  color: Colors.white,
                  fontFamily: 'BalooBhai',
                ),
              ),
            ],
          ),
        ),
        children: <Widget>[
          Container(
            alignment: Alignment.centerLeft,
            margin: EdgeInsets.symmetric(horizontal: 7, vertical: 10),
            padding: EdgeInsets.symmetric(horizontal: 12),
            child: Text(
              "${note.getDescription()}",
              // overflow: TextOverflow.ellipsis,
              // maxLines: 4,
              style: TextStyle(
                fontSize: 20,
                fontFamily: 'BalooBhai',
                color: Colors.white,
              ),
            ),
          )
        ],
      ),
    );

but the content which is the description are going out of the card. any solutions for that?
Example:
Screenshot_1

Expansion Card resizes due to big image

I am using a big portrait Image for background in the Expansion Card and it looks like that in the collapsed state, it Expands based on the size of the image.

image

this is the expansion card with big image. When I use a Square one, it looks as should:
image

Enable null safe for this library

The library 'package:expansion_card/expansion_card.dart' is legacy, and should not be imported into a null safe library.
Try migrating the imported library.

This is the only available version in flutter website.

expansion_card: ^0.1.0

Screen Shot 2022-04-03 at 5 18 56 pm

How to open/close the card programmatically

Hi,

Is there any possible way to open / close the cards using GlobalKeys or anything similar?

Any advise appreciated or I will Fork the repo and apply my requirements there.

Thanks.

backgroundColor

It would be great to be able to change the backgroundColor and arrow color.

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.