Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

What to specify in the appName, companyName and productName? #3

Open
alexursul opened this issue Aug 20, 2021 · 1 comment
Open

What to specify in the appName, companyName and productName? #3

alexursul opened this issue Aug 20, 2021 · 1 comment

Comments

@alexursul
Copy link

alexursul commented Aug 20, 2021

Hi! Thank you for a such great component.
Could you please tell, is it important what I pass to the ToastService(...) via appName, companyName and productName variables?

My application started crashing on startup (when the ToastService is registered) after adding this component, but it doesn't crash every time I start it - only sometimes.
I'm wondering if this could be due to the fact that the information passed to the ToastService is not reliable for Windows?

I tried to run the app with the -v flag, however it's impossible to understand what's wrong with the app:

[  +16 ms] 
   #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
   #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:663:9)
   
   #2      FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1043:27)
   
   #3      AppContext.run. (package:flutter_tools/src/base/context.dart:150:19)
   
   #4      CommandRunner.runCommand (package:args/command_runner.dart:196:13)
   
   #5      FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:284:9)
   
   #6      AppContext.run. (package:flutter_tools/src/base/context.dart:150:19)
   
   #7      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:232:5)
   
   #8      run.. (package:flutter_tools/runner.dart:62:9)
   
   #9      AppContext.run. (package:flutter_tools/src/base/context.dart:150:19)
   
   #10     main (package:flutter_tools/executable.dart:91:3)
   
@bdlukaa
Copy link

bdlukaa commented Aug 20, 2021

Could you post the whole logs in a spoiler tag?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants