Ritvij Kumar Sharma
Ritvij Kumar Sharma
Error on run
https://github.com/ritvij14/cnc_flutter_app/runs/3274828570?check_suite_focus=true I am unable to figure out how to sort out this error, everything was working fine till yesterday and since today all my runs are failing
Hello everyone, I built the code from CLI installation instructions. I have many issues with the default theme. 1.) The message text color is too light. 2.) Left pane showing...
The service doesn't start automatically after the device reboots. Any solution for this? Or is this how it's supposed to happen?
From the official Solana token swap program https://github.com/solana-labs/solana-program-library/tree/master/token-swap I want to implement 3 instructions: 1. creating a new swap pool 2. Swapping a token for another 3. Deposit tokens into...
Error log: ```bash * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) frame #0: 0x0000000199412a48 CoreFoundation`CFURLGetBaseURL + 16 CoreFoundation`CFURLGetBaseURL: -> 0x199412a48 : ldr x9, [x0] 0x199412a4c :...
When trying to build appbundle for release, I receive this error message: ```bash 💪 Building with sound null safety 💪 Codepoint 59422 not found in font, aborting. FAILURE: Build failed...
```dart Uint8List? bytes = await VideoThumbnail.thumbnailData( video: doc["mediaUrl"], maxHeight: (MediaQuery.of(context).size.height * 0.25) .round(), maxWidth: (MediaQuery.of(context).size.width * 0.3).round(), ); ``` Trying the above code to get the thumbnail of a video...
Trying to run this app in iOS Simulator on Apple M1 ### Steps: - cloned latest project - `yarn` - `cd ios && pod install` - `cd ..` - `yarn...
Hi! Love this project, it makes importing icons for github readme so easy. I also need NextJS, Chakra UI and Tainwind CSS to display in my readme. Is it possible...
**Describe the bug** I am using this package in my project, where I am using NextJS 14 with Tailwind and Daisy UI. I am using the component inside a `dialog`...