Git Product home page Git Product logo

groovin_widgets's People

Contributors

darthdie avatar fulcrumtestflight avatar groovinchip 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

Watchers

 avatar  avatar  avatar

groovin_widgets's Issues

Null safety

This issue will track this library's upgrade to null safety.

Ability to disable OutlineDropDownButton

Feature to disable OutlineDropDownButton would be great. When disabled and user clicks on it it should do nothing and when enabled should work as normal.

Thanks.

Compilation Error dependOnInheritedWidgetOfExactType is not defined for the class BuildContext

Error coming from plugin

Compiler message:
file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/groovin_widgets-1.4.5/lib/groovin_list_tile.dart:100:17: Error: The method 'dependOnInheritedWidgetOfExactType' isn't defined for the class 'BuildContext'.
 - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('file:///C:/flutter/packages/flutter/lib/src/widgets/framework.dart').
Try correcting the name to the name of an existing method, or defining a method named 'dependOnInheritedWidgetOfExactType'.
        context.dependOnInheritedWidgetOfExactType<ListTileTheme>();
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compiler failed on C:\Users\Ashish\Desktop\rpstuff\android_app\cps_controller\lib\main.dart

FAILURE: Build failed with an exception.

* Where:
Script 'C:\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 665

* What went wrong:
Execution failed for task ':app:compileflutterBuildDebugArm64'.
> Process 'command 'C:\flutter\bin\flutter.bat'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 9s
Finished with error: Gradle task assembleDebug failed with exit code 1

Add support for childrenPadding in GroovinExpansionTile

Hi,
Can you please add support of original childrenPadding property of ExpansionTile. It was quite useful to display the bottom part of a BoxShadow of the expansion tile.

It's nice to have boxDecoration on GroovinExpansionTile for complete background however if you can't see shadows, it becomes uglyish again :)

Overall thanks, cool package, saved good amount of time!

groovin_list_tile.dart:841:10: Error: Expected 2 type arguments

With flutter 3.13.3 and groovin_widgets 3.1.0 the following error occurs while building the appbundle:

`../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:841:10: Error: Expected 2 type arguments.
with SlottedMultiChildRenderObjectWidgetMixin<_ListTileSlot> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:920:10: Error: Expected 2 type arguments.
with SlottedContainerRenderObjectMixin<_ListTileSlot> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:840:7: Error: The type 'SlottedMultiChildRenderObjectWidgetMixin<_ListTileSlot>' can't be mixed in.
class _GroovinListTile extends RenderObjectWidget
^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:919:7: Error: The type 'SlottedContainerRenderObjectMixin<_ListTileSlot>' can't be mixed in.
class _RenderListTile extends RenderBox
^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:840:7: Error: The non-abstract class '_GroovinListTile' is missing implementations for these members:

  • RenderObjectWidget.createElement
  • Widget.createElement
    Try to either
  • provide an implementation,
  • inherit an implementation from a superclass or mixin,
  • mark the class as abstract, or
  • provide a 'noSuchMethod' implementation.

class _GroovinListTile extends RenderObjectWidget
^^^^^^^^^^^^^^^^
../../../snap/flutter/common/flutter/packages/flutter/lib/src/widgets/framework.dart:1772:23: Context: 'RenderObjectWidget.createElement' is defined here.
RenderObjectElement createElement();
^^^^^^^^^^^^^
../../../snap/flutter/common/flutter/packages/flutter/lib/src/widgets/framework.dart:346:11: Context: 'Widget.createElement' is defined here.
Element createElement();
^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:941:29: Error: The method 'childForSlot' isn't defined for the class '_RenderListTile'.

  • '_RenderListTile' is from 'package:groovin_widgets/src/widgets/groovin_list_tile.dart' ('../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart').
    Try correcting the name to the name of an existing method, or defining a method named 'childForSlot'.
    RenderBox? get leading => childForSlot(_ListTileSlot.leading);
    ^^^^^^^^^^^^
    ../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:942:27: Error: The method 'childForSlot' isn't defined for the class '_RenderListTile'.
  • '_RenderListTile' is from 'package:groovin_widgets/src/widgets/groovin_list_tile.dart' ('../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart').
    Try correcting the name to the name of an existing method, or defining a method named 'childForSlot'.
    RenderBox? get title => childForSlot(_ListTileSlot.title);
    ^^^^^^^^^^^^
    ../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:943:30: Error: The method 'childForSlot' isn't defined for the class '_RenderListTile'.
  • '_RenderListTile' is from 'package:groovin_widgets/src/widgets/groovin_list_tile.dart' ('../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart').
    Try correcting the name to the name of an existing method, or defining a method named 'childForSlot'.
    RenderBox? get subtitle => childForSlot(_ListTileSlot.subtitle);
    ^^^^^^^^^^^^
    ../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:944:30: Error: The method 'childForSlot' isn't defined for the class '_RenderListTile'.
  • '_RenderListTile' is from 'package:groovin_widgets/src/widgets/groovin_list_tile.dart' ('../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart').
    Try correcting the name to the name of an existing method, or defining a method named 'childForSlot'.
    RenderBox? get trailing => childForSlot(_ListTileSlot.trailing);
    ^^^^^^^^^^^^
    Target kernel_snapshot failed: Exception
    `

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.