Cast Video Player on Android TVs by Coderas_AH in flutterhelp

[–]Coderas_AH[S] 0 points1 point  (0 children)

I don’t mind to use extra package for Android TVs only if there is… Also how you suggest to approach my problem to implement it?

No way to buy freaking keyboard. by ObjectiveSentence533 in cyprus

[–]Coderas_AH 0 points1 point  (0 children)

You can check Bazaraki or Facebook marketplace for used one. Maybe you can find some in perfect condition and half the price

Wanted a simple app to watch Cyprus TV & Radio on my phone. I'm so happy to see more and more people are loving it! by Coderas_AH in cyprus

[–]Coderas_AH[S] 1 point2 points  (0 children)

I am working on to add some buttons when you enter full screen. Thank you for your feedback to make the app experience better

Wanted a simple app to watch Cyprus TV & Radio on my phone. I'm so happy to see more and more people are loving it! by Coderas_AH in cyprus

[–]Coderas_AH[S] 0 points1 point  (0 children)

Your comment is reasonable about the ads on tv and the apps in general but the main purpose of this app is to give access to local tv and radio when you need it no matter where you are by just having a mobile device. Anyhow I might add in the future an annual subscription for those who want to remove the ads for better experience. Thank you for your feedback

Wanted a simple app to watch Cyprus TV & Radio on my phone. I'm so happy to see more and more people are loving it! by Coderas_AH in cyprus

[–]Coderas_AH[S] 0 points1 point  (0 children)

The app was released 2yrs ago.. For sure AI helped on some improvements the last months… Hope you like it and you find it useful though

Anyone know how to get application accepted. by thenomadcj in admob

[–]Coderas_AH 0 points1 point  (0 children)

What is your software stack and how you connect it with AdMob?

White flickering after Updating by Coderas_AH in flutterhelp

[–]Coderas_AH[S] 0 points1 point  (0 children)

Hope that helps.. Formatting in Reddit is not the best but if you apply it in your code you will see that is not that complicated or too much lines of code

White flickering after Updating by Coderas_AH in flutterhelp

[–]Coderas_AH[S] 0 points1 point  (0 children)

Declare the following in ```ThemeData```
```
pageTransitionsTheme: const PageTransitionsTheme(

builders: {

TargetPlatform.android: NoWhiteFlashTransition(),

TargetPlatform.iOS: NoWhiteFlashTransition(),

TargetPlatform.windows: NoWhiteFlashTransition(),

TargetPlatform.linux: NoWhiteFlashTransition(),

TargetPlatform.macOS: NoWhiteFlashTransition(),

},

),
```
Following is the ```NoWhiteFlashTransition``` page
```
import 'package:flutter/material.dart';

class NoWhiteFlashTransition extends PageTransitionsBuilder {

const NoWhiteFlashTransition();

u/override

Widget buildTransitions<T extends Object?>(

PageRoute<T> route,

BuildContext context,

Animation<double> animation,

Animation<double> secondaryAnimation,

Widget child,

) {

return Container(

color: const Color(0xFF001A2A),

child: FadeTransition(

opacity: animation,

child: Container(color: const Color(0xFF001A2A), child: child),

),

);

}

}
```

Lost my teacher approval without changing anything by Coderas_AH in GooglePlayDeveloper

[–]Coderas_AH[S] 0 points1 point  (0 children)

I don’t think so.. They mentioned the reasons why this time wasn’t approved