BalaVenkatasainath

Results 5 comments of BalaVenkatasainath

> LateInitializationError: Field '_textSeparators' has already been initialized. > > When the user goes back to the previous screen and comes back it shows like this. I tried it on...

> Can you provide an example of your code so I can see why you're getting this issue? Also what version of this package are you on, and what version...

> Can you provide an example of your code so I can see why you're getting this issue? Also what version of this package are you on, and what version...

> Its working for me with your example. I am not sure why you're getting this. > > Also remove "!" from `else if (_tagsController!.getTags.contains(tag)) { return 'you already entered...

import 'dart:io'; import 'package:bottle_crm/bloc/contact_bloc.dart'; import 'package:bottle_crm/bloc/lead_bloc.dart'; import 'package:bottle_crm/bloc/team_bloc.dart'; import 'package:bottle_crm/bloc/user_bloc.dart'; import 'package:dropdown_search/dropdown_search.dart'; import 'package:firebase_analytics/firebase_analytics.dart'; import 'package:flutter/material.dart'; import 'package:bottle_crm/bloc/account_bloc.dart'; import 'package:bottle_crm/utils/utils.dart'; import 'package:flutter/services.dart'; import 'package:flutter_quill/flutter_quill.dart' as quill; import 'package:file_picker/file_picker.dart'; import 'package:flutter_swipe_detector/flutter_swipe_detector.dart';...