Isaac Obella
Isaac Obella
Any reason why we are not tree shaking icons ``` static IconData fromString(String iconName) { return ioniconsMapping[iconName] != null ? int.tryParse(ioniconsMapping[iconName]!) != null ? IoniconsData(int.tryParse(ioniconsMapping[iconName]!)!) : CollactionIcons.collaction : CollactionIcons.collaction; }...
Would be interesting to see
How would we use hooks to execute build_runner ? I was looking at simplifying some of the commonly used tasks during development so instead of typing `flutter pub run build_runner...
This is currently blocked by #290. But it's okay to proceed with the base setup.
[https://stackoverflow.com/questions/70466166/error-on-firebase-crashlytics-installation-for-flutter-ios-app](https://stackoverflow.com/questions/70466166/error-on-firebase-crashlytics-installation-for-flutter-ios-app)
Same here using 3.8.6 but still having the same issue, had to downgrade to 3.6.2