Coder Social home page Coder Social logo

floaty_chathead's Issues

Doesn't display chat bubble

... I tried to implement this plugin into my app, but without any success. I see an "ongoing" notification, but nothing similar to chat bubbles.

Then I cloned the repository and tried to run the example as it is, but the same result. All I can see is the notification, but nothing else.

Flutter 2.2.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision b22742018b (5 weeks ago) • 2021-05-14 19:12:57 -0700
Engine • revision a9d88a4d18
Tools • Dart 2.13.0

Also - plugin generates a lot of exceptions, even the example:

E/flutter ( 9710): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: type 'Future<dynamic>' is not a subtype of type 'FutureOr<int>' in type cast
E/flutter ( 9710): #0      FloatyHead.setCloseIcon (package:floaty_head/floaty_head.dart:179:9)
E/flutter ( 9710): #1      _Home.setCloseIcon (package:floaty_head_example/main.dart:300:24)
E/flutter ( 9710): #2      _Home.build.<anonymous closure> (package:floaty_head_example/main.dart:227:36)
E/flutter ( 9710): #3      _InkResponseState._handleTap (package:flutter/src/material/ink_well.dart:989:21)

Update

Come on man its been 11 months now

How do you show and control multiple chatheads

i am actually trying to build a chat app and can't seem to get multiple chatheads working.
The first chathead works as expected but the one after don't

// i have a list of floatyHeads
final List<FloatyHead> allHeads = [];


 if (allHeads.length <= 2) {
              var f = FloatyHead();

              /// the method [updateFloatyHeadContent] comes from floatyHead itself.
              /// it allows customization of the Floating View at runtime.
              await f.updateFloatyHeadContent(
            // This is a custom implementation of header arguments. it works as expected
                header: HeaderWithButtons([
                  HeaderButton('${allHeads.length} ' + 'Open App', 'click'),
                  HeaderButton('${allHeads.length} ' + "I\'ll get back to you in 5", 'new'),
                  HeaderButton('${allHeads.length} ' + 'Close icon', 'close'),
                ],
        ),
              );
              f.setIcon('assets/${allHeads.length + 1}.jpeg');
              // opens the Floating View/Bubble also asks for permission on first execution.
              f.openBubble();
              allHeads.add(f);
}

crash when open

When calling floatyHead.openBubble(); , app crash

E/AndroidRuntime(24658): java.lang.AssertionError: Assertion failed
E/AndroidRuntime(24658): 	at ni.devotion.floaty_head.services.FloatyContentJobService.onStartCommand(FloatyContentJobService.kt:44)
E/AndroidRuntime(24658): 	at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4087)
E/AndroidRuntime(24658): 	at android.app.ActivityThread.access$1800(ActivityThread.java:219)
E/AndroidRuntime(24658): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1891)
E/AndroidRuntime(24658): 	at android.os.Handler.dispatchMessage(Handler.java:107)
E/AndroidRuntime(24658): 	at android.os.Looper.loop(Looper.java:214)
E/AndroidRuntime(24658): 	at android.app.ActivityThread.main(ActivityThread.java:7356)
E/AndroidRuntime(24658): 	at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(24658): 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
E/AndroidRuntime(24658): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
I/Process (24658): Sending signal. PID: 24658 SIG: 9

can't assign text to variable type string

i can't use txtMsg variable that type string. not error but not show any txt, i can log txtMsg after update body when openbubble it's blank.

  EachRow(columns: [
    EachColumn(
      text: FloatyHeadText(
          text: txtMsg,
          fontSize: 12,
          textColor: Colors.black87,
          fontWeight: FontWeight.bold),
      padding: FloatyHeadPadding.setSymmetricPadding(6, 8),
      decoration: FloatyHeadDecoration(
          startColor: Colors.black12, borderRadius: 25.0),
      margin: FloatyHeadMargin(top: 4),
    ),
  ]

How to launch application from chathead?

How can we launch our application (if it is not running already, but chathead is open) from the chathead?
I have created chathead with headers and added a FloatyHeadButton, click on this button app should open with its main activity.

Cast Error

Was having a cast-error when setting an icon, notification-icon and notification title.

_CastError (type 'Future' is not a subtype of type 'FutureOr' in type cast)

Modifying package source to FutureOr<dynamic> worked but should be ported to package update.

Running in background

Hi!
this lib is great!!

Is it possible to open the chathead when closing / kill the app, and close the chathead when reopening the app?

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.