/custom_ads_script

Script to add custom ads to websites.

Primary LanguageCSSMIT LicenseMIT

custom_ads_script

Script to add custom ads to websites.


A bare-bones Dart web app.

Uses package:web to interop with JS and the DOM.

Running and building

To run the app, use these commands:

dart pub global activate webdev
webdev serve

To build a production version ready for deployment, use these commands:

webdev build

For more details, see https://dart.dev/web/get-started