whistle_feed_staging

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

whistle feed staging

whistle_feed_staging #
Whistle_feed Ads plugin for Flutter Applications. This plugin is able to display Whistle_feed Ads.
Getting Started #
Note #
This plugin depends on other plugins like Provider , http , package_info and url_launcher .

Plugin uses provider package (while using this library if you already initialized provider then check it,if you are getting error on provider you can remove your provider or else fine)
same for http,package_info url_launcher

This Dart package will utilize the plugin, whistle_feed_staging, so to quickly and easily implement ads into a Flutter app.
Sign Up and Get Your Publisher token here #
!website link
Note:- Publisher token is required to serve the ads.
initialize the plugin of latest version #
And so, for this version, add this to your package's pubspec.yaml file instead:
yaml dependencies: whistle_feed_staging: latest version
Troubleshooting steps if ads are not showing. #

Check if correct publisher token provided,
Passing addslistener as null or object of the class,
Minimum pencil size is 1
Maximum pencil size is 4

pixelerrors #
Note: If pixel error is encountered kindly check sufficient height is provided which is proportional to pencil sizes.Also one can copy code from the website based on how many pencil ads one wants to show
for example #
1 pencil = 1 cube , Maximum cube will be 4
Note :- required fields from developer : publisher token and pencil size (minimum size is 1 and maximum size is 4)
case 1 : if you want 1 cube Ui initialization will be #
ShowWhistleAdds('21701655717485nYBzur_3052',1,false,adShowListener), #

case 2: if you want 2 cubes Ui initialization will be #
ShowWhistleAdds('21701655717485nYBzur_3052',2,false,adShowListener), #

case 3: if you want 3 cubes Ui initialization will be #
ShowWhistleAdds('21701655717485nYBzur_3052',3,false,adShowListener), #

case 4: if you want 4 cubes Ui initialization will be #
ShowWhistleAdds('21701655717485nYBzur_3052',4,false,adShowListener), #

Github repository for reference #
github_repository

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.