OMi Shah

Results 6 comments of OMi Shah

> Is there a way, to trigger the animations only once? So you have a nice scroll animation when scrolling and entering the first time. `AOS.init({ once: true })`

Add this code in your main.dart or in the class file where you have declared your MaterialApp() to _hide the black shadow or elevation_ shown on the status bar in...

> After i have copied the dependency, i pasted it in my app.build gradle and synced it. When i tried calling it from the xml layout, it was not showing

> With input groups, the border radius style is applied to the first and last children of the element with `class="input-group"`. > > In your case the border radius is...

I am wild guessing, that the form tag ``{{ form.social_title }}`` is being replaced with 'title text' element with the class ``class="form-control"`` causing the issue cum as intended for "input-group"....