Edgar Froes

Results 5 issues of Edgar Froes

| Q | A | --------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | License | MIT Useful for when,...

## Connection with issue(s) This PR will resolve a performance problem that has no open issue. There are private methods that return Widgets instead of Widgets themselves, which makes it...

enhancement

Xcode started to complain about missing switch cases on latest iOS versions (I'm not sure which version though). This PR should FIX the "Switch must be exhaustive" error that started...

An error started to occur on latest iOS versions (Print below). Here's the fix for the issue. PR opened with a fix: https://github.com/ja2375/add_2_calendar/pull/157 ![image](https://github.com/ja2375/add_2_calendar/assets/4291391/4596debf-25af-4805-92df-ed20d6547343)

This plugin should have support for Flavors. App's name should respect different flavors, e.g. like so: ``` flutter_launcher_name: name: "yourNewAppLauncherName" flavor: dev name: "yourNewAppLauncherNameDev" flavor: staging name: "yourNewAppLauncherNameStaging" flavor: prod...