Giter Site home page Giter Site logo

nrubin29 / flutter_acrcloud Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 12.0 5.21 MB

A Flutter plugin for the ACRCloud music recognition API. This plugin provides a simple interface for using ACRCloud to recognize music from the device's microphone.

Home Page: https://pub.dev/packages/flutter_acrcloud

License: BSD 3-Clause "New" or "Revised" License

Kotlin 10.84% Ruby 5.37% Swift 5.72% Objective-C 44.55% Dart 33.51%
acrcloud flutter flutter-plugin

flutter_acrcloud's People

Contributors

michaelcadavillo avatar nrubin29 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

flutter_acrcloud's Issues

Connection with platforms id

Hi!
First of all, thanks for the lib, is amazing and works without a problem.
It is possible to get a new pararameter in AcrCoudResponseMusicItem with the ids of other platforms like deezer?
Thanks.

not work with custom database

hi Rubin hope you're doing well thanks for creating acr package for flutter
I used your package before my project for recognizing songs and it worked well, in my last project which uses a custom database for recognizing audio
the problem is when I start listening to my project I don't find any result. dos this package support a custom database?
her is the link https://docs.acrcloud.com/tutorials/recognize-custom-content
actually, it stuck in listening and showed me a unique number
after some moment,Ii think it can recognize sound but don't know what to do
thanks in advance
**update: I used result.metadata and it fixed

Host / access key / secret key deprecated + Gradle compatibility issues

Thanks for sharing, and for your Flutter package!
That being said, it looks like it's not usable anymore. I have Gradle plugin compatibility issues, and the "host / access key / secret key" seems to be deprecated, in favor of the Personal Access Token.
Do you plan to update your package soon?

Crashes on iPhone X and iPhone 6s Plus

The app with flutter_acrcloud package works unstable on different devices:

  • App downloaded from TestFlight crashes on iOS 15.3.1 iPhone X (iPhone10,3) and iPhone 6s Plus (iPhone8,2)
  • App downloaded from TestFlight works as expected on iOS 15.4.1 iPhone 12 Pro and iPhone 13
  • In debug mode everything works as expected on the same devices

UPDATE: a crash happens when a user starts listening session.

@nrubin29 Can you please, help me out with it? Thanks in advance!

The crash content is the following:

Hardware Model:      iPhone10,3
Process:             Runner [4049]
Identifier:          XXXXXXXXXX
Version:             2.9.7 (228)
AppStoreTools:      XXXXXXXXXX
AppVariant:          1:iPhone10,3:15
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           XXXXXXXXXX [905]

Date/Time:           2022-05-12 01:12:51.6347 +0300
Launch Time:         2022-05-12 01:12:21.5917 +0300
OS Version:          iPhone OS 15.3.1 (19D52)
Release Type:        User
Baseband Version:    XXXXXXXXXX
Report Version:      XXXXXXXXXX

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  0


Thread 0 name:
Thread 0 Crashed:
0   libsystem_kernel.dylib        	0x00000001bb34e9e8 __pthread_kill + 8
1   libsystem_pthread.dylib       	0x00000001db857824 pthread_kill + 208 (pthread.c:1668)
2   libsystem_c.dylib             	0x000000018b7ef084 __abort + 124 (abort.c:155)
3   libsystem_c.dylib             	0x000000018b79b0c0 abort + 132 (abort.c:126)
4   libswiftCore.dylib            	0x0000000185c294e4 swift::fatalError(unsigned int, char const*, ...) + 56 (Errors.cpp:404)
5   libswiftCore.dylib            	0x0000000185c21ca8 swift::swift_dynamicCastFailure(void const*, char const*, void const*, char const*, char const*) + 76 (Casting.cpp:254)
6   libswiftCore.dylib            	0x0000000185c21d20 swift::_conformsToProtocol(swift::OpaqueValue const*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetProtocolDescriptorRef<swift::InProcess>, swift::TargetWitnessTable<swift::InProces... + 0 (Casting.cpp:362)
7   libswiftCore.dylib            	0x0000000185c25924 swift_dynamicCast + 292 (DynamicCast.cpp:2314)
8   flutter_acrcloud              	0x00000001012c114c specialized SwiftFlutterAcrcloudPlugin.handle(_:result:) + 540 (SwiftFlutterAcrcloudPlugin.swift:28)
9   flutter_acrcloud              	0x00000001012c070c specialized SwiftFlutterAcrcloudPlugin.handle(_:result:) + 12 (<compiler-generated>:0)
10  flutter_acrcloud              	0x00000001012c070c @objc SwiftFlutterAcrcloudPlugin.handle(_:result:) + 76
11  Flutter                       	0x00000001023bbc54 __45-[FlutterMethodChannel setMethodCallHandler:]_block_invoke + 116
12  Flutter                       	0x0000000101f08664 flutter::PlatformViewIOS::HandlePlatformMessage(std::__1::unique_ptr<flutter::PlatformMessage, std::__1::default_delete<flutter::PlatformMessage> >) + 516
13  Flutter                       	0x0000000102288204 std::__1::__function::__func<fml::internal::CopyableLambda<flutter::Shell::OnEngineHandlePlatformMessage(std::__1::unique_ptr<flutter::PlatformMessage, std::__1::default_delete<flutter::PlatformMes... + 92
14  Flutter                       	0x00000001021b70d8 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 1668
15  Flutter                       	0x00000001021ba6a4 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 32
16  CoreFoundation                	0x00000001812af06c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28 (CFRunLoop.c:1812)
17  CoreFoundation                	0x00000001812393d8 __CFRunLoopDoTimer + 1016 (CFRunLoop.c:2420)
18  CoreFoundation                	0x000000018123406c __CFRunLoopDoTimers + 324 (CFRunLoop.c:2580)
19  CoreFoundation                	0x0000000181213f44 __CFRunLoopRun + 1948 (CFRunLoop.c:3116)
20  CoreFoundation                	0x0000000181226e1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268)
21  GraphicsServices              	0x00000001a15d99a0 GSEventRunModal + 160 (GSEvent.c:2200)
22  UIKitCore                     	0x0000000183a5ab90 -[UIApplication _run] + 1080 (UIApplication.m:3493)
23  UIKitCore                     	0x00000001837f016c UIApplicationMain + 332 (UIApplication.m:5047)
24  Runner                        	0x0000000100555be8 main + 64 (AppDelegate.swift:6)
25  dyld                          	0x00000001008a8250 start + 444 (dyldMain.cpp:879)

Thread 1:
0   libsystem_pthread.dylib       	0x00000001db84b9e8 start_wqthread + 0

Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib        	0x00000001bb348b10 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001bb349134 mach_msg + 72 (mach_msg.c:119)
2   CoreFoundation                	0x000000018120fb60 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646)
3   CoreFoundation                	0x0000000181213c48 __CFRunLoopRun + 1184 (CFRunLoop.c:3000)
4   CoreFoundation                	0x0000000181226e1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268)
5   Foundation                    	0x00000001829613dc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:373)
6   Foundation                    	0x000000018299fc4c -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:420)
7   UIKitCore                     	0x00000001839d88ac -[UIEventFetcher threadMain] + 512 (UIEventFetcher.m:1167)
8   Foundation                    	0x00000001829ad8bc __NSThread__start__ + 792 (NSThread.m:972)
9   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
10  libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib        	0x00000001bb348b10 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001bb349134 mach_msg + 72 (mach_msg.c:119)
2   CoreFoundation                	0x000000018120fb60 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646)
3   CoreFoundation                	0x0000000181213c48 __CFRunLoopRun + 1184 (CFRunLoop.c:3000)
4   CoreFoundation                	0x0000000181226e1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268)
5   Flutter                       	0x00000001021ba570 fml::MessageLoopDarwin::Run() + 88
6   Flutter                       	0x00000001021b9d30 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char... + 196
7   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
8   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib        	0x00000001bb348b10 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001bb349134 mach_msg + 72 (mach_msg.c:119)
2   CoreFoundation                	0x000000018120fb60 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646)
3   CoreFoundation                	0x0000000181213c48 __CFRunLoopRun + 1184 (CFRunLoop.c:3000)
4   CoreFoundation                	0x0000000181226e1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268)
5   Flutter                       	0x00000001021ba570 fml::MessageLoopDarwin::Run() + 88
6   Flutter                       	0x00000001021b9d30 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char... + 196
7   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
8   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib        	0x00000001bb348b10 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001bb349134 mach_msg + 72 (mach_msg.c:119)
2   CoreFoundation                	0x000000018120fb60 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646)
3   CoreFoundation                	0x0000000181213c48 __CFRunLoopRun + 1184 (CFRunLoop.c:3000)
4   CoreFoundation                	0x0000000181226e1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268)
5   Flutter                       	0x00000001021ba570 fml::MessageLoopDarwin::Run() + 88
6   Flutter                       	0x00000001021b9d30 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char... + 196
7   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
8   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib        	0x00000001bb3494f0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001db84c8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636)
2   libc++.1.dylib                	0x00000001986a72b8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:437)
3   Flutter                       	0x00000001021b4928 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 272
4   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
5   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib        	0x00000001bb3494f0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001db84c8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636)
2   libc++.1.dylib                	0x00000001986a72b8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:437)
3   Flutter                       	0x00000001021b4928 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 272
4   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
5   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib        	0x00000001bb3494f0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001db84c8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636)
2   libc++.1.dylib                	0x00000001986a72b8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:437)
3   Flutter                       	0x00000001021b4928 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 272
4   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
5   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 9 name:
Thread 9:
0   libsystem_kernel.dylib        	0x00000001bb3494f0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001db84c8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636)
2   libc++.1.dylib                	0x00000001986a72b8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:437)
3   Flutter                       	0x00000001021b4928 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 272
4   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
5   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 10 name:
Thread 10:
0   libsystem_kernel.dylib        	0x00000001bb3494f0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001db84c8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636)
2   libc++.1.dylib                	0x00000001986a72b8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:437)
3   Flutter                       	0x00000001021b4928 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 272
4   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
5   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 11 name:
Thread 11:
0   libsystem_kernel.dylib        	0x00000001bb3494f0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001db84c8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636)
2   libc++.1.dylib                	0x00000001986a72b8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:437)
3   Flutter                       	0x00000001021b4928 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 272
4   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
5   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 12 name:
Thread 12:
0   libsystem_kernel.dylib        	0x00000001bb34a2f8 kevent + 8
1   Flutter                       	0x000000010237d4dc dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 444
2   Flutter                       	0x00000001023ac4e8 dart::bin::ThreadStart(void*) + 48
3   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
4   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 13:
0   libsystem_pthread.dylib       	0x00000001db84b9e8 start_wqthread + 0

Thread 14:
0   libsystem_pthread.dylib       	0x00000001db84b9e8 start_wqthread + 0

Thread 15 name:
Thread 15:
0   libsystem_kernel.dylib        	0x00000001bb348b10 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001bb349134 mach_msg + 72 (mach_msg.c:119)
2   FirebaseCrashlytics           	0x0000000100f150d8 FIRCLSMachExceptionReadMessage + 56 (FIRCLSMachException.c:192)
3   FirebaseCrashlytics           	0x0000000100f150d8 FIRCLSMachExceptionServer + 104 (FIRCLSMachException.c:168)
4   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
5   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 16 name:
Thread 16:
0   libsystem_kernel.dylib        	0x00000001bb3494f0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001db84c8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636)
2   libc++.1.dylib                	0x00000001986a72b8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:437)
3   JavaScriptCore                	0x000000018c88ca6c void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 108 (condition_variable:203)
4   JavaScriptCore                	0x000000018c891528 bmalloc::Scavenger::threadRunLoop() + 380 (condition_variable:212)
5   JavaScriptCore                	0x000000018c890edc bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 12 (Scavenger.cpp:295)
6   JavaScriptCore                	0x000000018c89257c void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::Scavenger*), bmalloc::Scaveng... + 44 (type_traits:3694)
7   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
8   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 17 name:
Thread 17:
0   libsystem_kernel.dylib        	0x00000001bb348b10 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001bb349134 mach_msg + 72 (mach_msg.c:119)
2   CoreFoundation                	0x000000018120fb60 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646)
3   CoreFoundation                	0x0000000181213c48 __CFRunLoopRun + 1184 (CFRunLoop.c:3000)
4   CoreFoundation                	0x0000000181226e1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268)
5   CoreFoundation                	0x00000001812a1300 CFRunLoopRun + 60 (CFRunLoop.c:3293)
6   CoreMotion                    	0x000000018d6c91d4 CLMotionCore::runMotionThread(void*) + 1332 (CLMotionCore.mm:370)
7   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
8   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 18:
0   libsystem_pthread.dylib       	0x00000001db84b9e8 start_wqthread + 0

Thread 19 name:
Thread 19:
0   libsystem_kernel.dylib        	0x00000001bb348b10 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001bb349134 mach_msg + 72 (mach_msg.c:119)
2   CoreFoundation                	0x000000018120fb60 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646)
3   CoreFoundation                	0x0000000181213c48 __CFRunLoopRun + 1184 (CFRunLoop.c:3000)
4   CoreFoundation                	0x0000000181226e1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268)
5   CFNetwork                     	0x0000000181c2cda8 +[__CFN_CoreSchedulingSetRunnable _run:] + 424 (CoreSchedulingSet.mm:1372)
6   Foundation                    	0x00000001829ad8bc __NSThread__start__ + 792 (NSThread.m:972)
7   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
8   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 20:
0   libsystem_pthread.dylib       	0x00000001db84b9e8 start_wqthread + 0

Thread 21 name:
Thread 21:
0   libsystem_kernel.dylib        	0x00000001bb3494f0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001db84c8e4 _pthread_cond_wait$VARIANT$armv81 + 1260 (pthread_cond.c:640)
2   Flutter                       	0x000000010246e21c dart::Monitor::WaitMicros(long long) + 128
3   Flutter                       	0x00000001024b4634 dart::ThreadPool::Worker::Main(unsigned long) + 644
4   Flutter                       	0x000000010246db44 dart::ThreadStart(void*) + 292
5   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
6   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 22 name:
Thread 22:
0   libsystem_kernel.dylib        	0x00000001bb3494f0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001db84c8e4 _pthread_cond_wait$VARIANT$armv81 + 1260 (pthread_cond.c:640)
2   Flutter                       	0x000000010246e21c dart::Monitor::WaitMicros(long long) + 128
3   Flutter                       	0x00000001024b4634 dart::ThreadPool::Worker::Main(unsigned long) + 644
4   Flutter                       	0x000000010246db44 dart::ThreadStart(void*) + 292
5   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
6   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8

Thread 23 name:
Thread 23:
0   libsystem_kernel.dylib        	0x00000001bb3494f0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001db84c8e4 _pthread_cond_wait$VARIANT$armv81 + 1260 (pthread_cond.c:640)
2   Flutter                       	0x000000010246e21c dart::Monitor::WaitMicros(long long) + 128
3   Flutter                       	0x00000001024b4634 dart::ThreadPool::Worker::Main(unsigned long) + 644
4   Flutter                       	0x000000010246db44 dart::ThreadStart(void*) + 292
5   libsystem_pthread.dylib       	0x00000001db84d3a4 _pthread_start + 116 (pthread.c:891)
6   libsystem_pthread.dylib       	0x00000001db84b9fc thread_start + 8


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000989680   x6: 0x0052000004210143   x7: 0x000000000000003e
    x8: 0x00000001008f8580   x9: 0xb85f0fdc71744937  x10: 0x00000000000003e8  x11: 0x676e69727453534e
   x12: 0x534e27206f742029  x13: 0x2027676e69727453  x14: 0x3534336631783028  x15: 0x000a2e2938623530
   x16: 0x0000000000000148  x17: 0x020000010fae0128  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000000103  x21: 0x00000001008f8660  x22: 0x000000016f8ad458  x23: 0x000000016f8ad440
   x24: 0x00000001f8bcba90  x25: 0x0000007055746573  x26: 0x0000000000000010  x27: 0x00000001f8f1c8f0
   x28: 0x000000016f8ad7c8   fp: 0x000000016f8ad340   lr: 0x00000001db857824
    sp: 0x000000016f8ad320   pc: 0x00000001bb34e9e8 cpsr: 0x40000000
   esr: 0x56000080  Address size fault

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.