Choota
Choota
- Update gradle - Added new attribute fontname - Added set custom font usign xml - Handle font not found exception
``` page_action :download, method: [:get] do sub_camps = SubCampaign.where(campaign_id: params[:campaign_id]) responses = Response.where('sub_campaign_id IN (?)',sub_camps.ids) files = responses.map{|resp| if resp.response_video.url.present? [resp.response_video.url, "#{resp.sub_campaign.title.gsub(/[^0-9A-Za-z _]/, '')}/video/#{resp.response_video_identifier}"] elsif resp.response_audio.url.present? [resp.response_audio.url, "#{resp.sub_campaign.title.gsub(/[^0-9A-Za-z _]/, '')}/audio/#{resp.response_audio_identifier}"]...
Is there a way to get the deleted (removed) chip from the chipInput view?
This was strange. I tested the application on debug mode and the icon I'm providing is getting displayed correctly. But when tested with release build after flutter clean, icon just...
I need to have a network state in my UI testing. Somehow it populates data but the network state keeps as false.
Not building Android version... CompiledSDK 31, tried with 30 also. ``` FAILURE: Build failed with an exception. * Where: Script '/Users/choota/Library/Android/flutter_sdk/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1005 * What went wrong: Execution failed for...