30DaysOfFlutter icon indicating copy to clipboard operation
30DaysOfFlutter copied to clipboard

Learn Flutter in 30 Days

Results 36 30DaysOfFlutter issues
Sort by recently updated
recently updated
newest added

I am having problem in this file. textTheme: Theme.of(context).textTheme, can't understand this line https://github.com/iampawan/30DaysOfFlutter/blob/02f7ca0a43705d89ef9836eebec74ece6e331d93/lib/widgets/themes.dart

### Encountered following bugs and applied undermentioned fixes **items were not initialized -> initialized as empty list** `static List items = List.empty();` **required field missing in Item() constructor -> added...

### After clicking Login button the screen is changing even if the text and password fields are empty ```dart import 'package:first_app/utils/approutes.dart'; import 'package:flutter/material.dart'; class Login extends StatefulWidget { @override _LoginState...

Hello Pawan, I know this is not an issue, but I need your help, if we have a list of items of 2-3 pages with different JSON data, how we...