flutter-package
Here are 501 public repositories matching this topic...
A powerful UI framework for Google Flutter.
-
Updated
May 13, 2020 - Dart
A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.
-
Updated
Sep 26, 2020 - Dart
All supported html elements should have a test written.
RichText parser:
-
header -
hr -
i -
img -
ins -
kbd -
li -
main -
mark -
nav -
noscript -
ol -
p -
pre -
q -
rp -
rt -
ruby -
s -
samp -
section -
small -
span -
strike
Android Toast Plugin for Flutter
-
Updated
Sep 23, 2020 - Dart
-
Updated
Oct 3, 2020 - Dart
Highly customizable, feature-packed Flutter Calendar with gestures, animations and multiple formats
-
Updated
Sep 20, 2020 - Dart
Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
-
Updated
Sep 30, 2020 - Java
-
Updated
Nov 16, 2019 - Dart
A flutter based liquid swipe
-
Updated
Aug 12, 2020 - Dart
An ultimate cheatbook of curated designs
-
Updated
Jun 23, 2020
There is a Box decoration used in the _ItemWidget. It will be nice to have this configurable. For example to use : https://api.flutter.dev/flutter/material/UnderlineTabIndicator-class.html. This way we can achieve much more configurability in the widget. Anyhow, thanks for creating this nice and very useful lib.
login_challenge.dart
Emulator display overflow image when text field get focus because keyboard shows.
Wrap with SingleChildScrollView seems fix the problem
Thanks
Feature request
Enabling / Disabling dragging / sliding / scrolling
Clean Solution
A boolean value for IntroViewsFlutter like isDraggingEnabled or isScrollingEnabled would be great
Alternative
I solved it with:
fullTransition: enabled ? 300 : double.infinity,Provides login screen with login/signup functionalities to help speed up development
-
Updated
Oct 2, 2020 - Dart
Cubit is a lightweight state management solution. It is a subset of the bloc package that does not rely on events and instead uses methods to emit new states.
-
Updated
Jul 9, 2020 - Dart
A Flutter package for a quick and handy giffy dialog.
-
Updated
Oct 3, 2020 - Dart
Simplify Equality Comparisons | A Dart abstract class that helps to implement equality without needing to explicitly override == and hashCode.
-
Updated
Sep 29, 2020 - Dart
Flutter plugins created by Rody Davis
-
Updated
Feb 1, 2020 - Shell
Flutter error catching & handling plugin. Handles and reports exceptions in your app!
-
Updated
Oct 9, 2020 - Dart
flutter animation effects | custom widget | custom renderobject
-
Updated
Mar 18, 2019 - Dart
自定义功能强大的下拉筛选菜单flutter package,支持iOS和Android
-
Updated
Aug 20, 2020 - Dart
a simple yet powerful state management technique for Flutter
-
Updated
Oct 7, 2020 - Dart
A small attempt to make an e-commerce user interface in Flutter for Android and iOS.
-
Updated
Oct 8, 2020 - Dart
Flutter UI library based on Eva Design System
-
Updated
May 7, 2020 - Dart
PageTransformer for flutter
-
Updated
Sep 21, 2020 - Dart
Clean architecture flutter: A Flutter package that makes it easy and intuitive to implement Uncle Bob's Clean Architecture in Flutter. This package provides basic classes that are tuned to work with Flutter and are designed according to the Clean Architecture.
-
Updated
Oct 5, 2020 - Dart
This is Flutter Page Transition Package
-
Updated
Oct 2, 2020 - Dart
Improve this page
Add a description, image, and links to the flutter-package topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flutter-package topic, visit your repo's landing page and select "manage topics."


Hello,
I managed to implement bloc together with graphql inside my app by following the Jobs example. However, I have no idea how I could have graphql subscriptions and BLoC working together. It would be great if you could extend your jobs example to include subscriptions.
I am using: