Flutter TextButton padding

Issue With the Flutter 2.0 release, the FlatButton has been replaced with TextButton. Hence, the padding property is not longer available directly, but as a ButtonStyle property. My problem is, how can I set it since it’s no longer available

Continue reading

Flutter, error with new google mobile ads sdk

Issue I’m having issues just using google_mobile_ads, when I try the method in the flutter tutorial I don’t know how to make it work in my main main import ‘package:android_alarm_manager/android_alarm_manager.dart’; import ‘package:behend/admob_service.dart’; import ‘package:behend/provider/alarm_manager.dart’; import ‘package:behend/provider/alarm_provider.dart’; import ‘package:behend/provider/setting_provider.dart’; import ‘package:behend/provider/stats_provider.dart’;

Continue reading