
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
ascetic.plugins.prettypopup
Advanced tools
This is small and fast decoration package for blurred background effect for your Rg.Plugins.Popups
AsceticAscetic.Plugins.PopupDecorations.<Droid/iOS>.PrettyPopup.Init()
PrettyPopup will automatically setup Rg.Plugins.Popup inside(you can use parameters for disable such behavior)
<ascetic:PrettyPopup xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:ascetic="clr-namespace:Ascetic.Plugins.PopupDecorations;assembly=PrettyPopupPlugin.Core"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="PrettyPopupDemo.MyPopup">
<Frame VerticalOptions="Center" CornerRadius="14">
<Label VerticalOptions="Center" HorizontalOptions="Center" Text="My content"/>
</Frame>
</ascetic:PrettyPopup>
and code behind:
public partial class MyPopup : Ascetic.Plugins.PopupDecorations.PrettyPopup
{
private static int BlurRadius = Device.RuntimePlatform == Device.iOS ? 15: 16;
//parameter is optional
public MyPopup(): base(BlurRadius)
{
InitializeComponent();
}
}
v1.2.3 - fixed MonoAndroid compatibility, core lib assembly name and documentation(note the assembly name in xaml file) v1.2.1 - possibility for customization: blur radius through popup constructor parameter(all platforms) and blur style for ios in initialization. Example:
AsceticAscetic.Plugins.PopupDecorations.iOS.PrettyPopup.Init(UIBlurEffectStyle.ExtraLight);
FAQs
Unknown package
We found that ascetic.plugins.prettypopup demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.