Documentation Hub
Official Engineering Guide for Webecon v17.2.7 PRO
Universal Icon Engine
Webecon is a unified iconography system. We provide native, hardware-accelerated SDKs for every major programming language, all using the same professional Webecon API.
Web (HTML/CDN)
<!-- Load Webecon Engine -->
<script src="https://cdn.jsdelivr.net/gh/adityadivatee/Webecon/dist/webicons.js"></script>
<!-- Use Icons -->
<webecon-icon name="activity" theme="neon" animation="pulse"></webecon-icon>
Flutter Native SDK (New)
The official native SDK for Android, iOS, and Web. Supports high-performance SVG rendering and professional themes.
import 'package:webecon/webecon.dart';
// Inside your build method
Webecon(
name: 'zap',
size: 64,
color: Colors.indigoAccent,
theme: 'shine',
)
Python
import webecon
# Fluent API
icon = webecon.Webecon("home").size(48).theme("neon").animation("pulse")
print(icon) # Output: <webecon-icon name="home" ...>
Java / Kotlin
import com.adityadivte.webecon.Webecon;
String tag = Webecon.icon("user")
.size(64)
.theme("duo")
.color("#6366f1")
.build();
Go (Native)
import "webecon"
icon := webecon.Icon("rocket").SetSize(128).SetTheme("shine").Build()
License & Legal
Webecon Open-Brand License (v3.0)
100% Free for Commercial & Personal Use
Webecon is designed to be an open, professional-grade resource. Our licensing model is built on two simple principles: Maximum Freedom for Users and Non-Negotiable Brand Integrity.
The Freedoms
- Commercial Projects: You are fully permitted to use Webecon in apps, websites, games, and software that you sell or monetize.
- No Attribution Required: You are not required to provide public attribution on your website or app (though we appreciate it).
- Unlimited Scale: There are no limits on the number of projects or the volume of traffic/users.
The Requirements
While the assets are free, the following legal requirements must be strictly followed:
- Metadata Preservation: You may NOT remove or obscure the
<!-- Webecon by Aditya Divte Production -->watermarks or author comments within the source files. - No Standalone Resale: You are strictly prohibited from reselling Webecon icons, SDKs, or assets as a standalone digital pack or as part of a competing icon library.
- Brand Identity: You may not claim ownership or authorship of the Webecon Engine or the icon designs.
Strict Legal Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. ADITYA DIVTE PRODUCTION AND ADITYA DIWATE SHALL NOT BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM THE USE OF THIS SOFTWARE. YOU USE THIS PRODUCT ENTIRELY AT YOUR OWN RISK.
For official legal inquiries or opt-out requests, please contact: support@adityadivte.com
Developed by
Webecon Developed by Aditya Divte Production
Support this package via donating to keep it free forever.
Donate Now via RazorpayVisit webecon.adityadivte.com for the full library.