FLUTTER ECOSYSTEM

abhishh1/awesome_widgets

멋진 프로젝트와 앱을 위한 커스텀 플러터 위젯🔥

awesome_widgets 프로젝트 이미지
Stars
20
Forks
7
최근 푸시(UTC)
2022. 5. 23.
프로젝트 상태
활성
Abhishvek Chavhan GitHub avatar
GITHUB User

Abhishvek Chavhan ↗

ceo at 33labs (@superwrapper, @useastra)

33labs.inBangalore공식 웹사이트 ↗
언어Dart

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 4 개
  • flutter{"sdk":"flutter"}
  • sizer
  • flutter_test개발 의존성{"sdk":"flutter"}
  • flutter_lints개발 의존성^1.0.0

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

⚡Awesome Widgets

Custom widgets and components ready to use under your awesome projects!

🎖Installing

dependencies:
  awesome_widgets: ^<latest_version>

⚽Widgets

1. Awesome Snackbar🔥

AwesomeSnackbar.style1(
  duration: Duration(seconds: 10),
  context: context,
  primaryColor: Colors.blue,
  title: "Demo snackbar",
  subTitle: "Demo description",
  titleTextstyle: TextStyle(color: KConstantColors.bgColor),
  subtitleTextstyle: TextStyle(color: KConstantColors.bgColor, fontSize: 13),
  backgroundColor: Colors.white,
  iconData: Icons.check,
  iconColor: Colors.white);
Screenshot 2022-05-23 at 7 31 38 PM

2. Awesome Textfield🔥

 AwesomeTextfield.filled(
   hintText: "Title",
   textEditingController: textEditingController,
   fillColor: Colors.grey,
),
Screenshot 2022-05-23 at 7 20 54 PM

3. Awesome Buttons🔥

AwesomeButton.roundedIconButton(
   onTap: () { // Do something },
   title: 'Create')
),
Screenshot 2022-05-23 at 7 21 05 PM
❤Loved the utility? Donate here.
🚀Want to learn more about Flutter? Checkout this out!
💥DM me on Instagram for doubts Follow here

🐛 Bugs/Requests

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.