Simon Pham

Results 19 issues of Simon Pham

## 🚀 Feature Requests Since Android 13, there are many new permissions introduced. We will need to update to support it all. There are 22 new permissions. Hence I list...

**Describe the solution you'd like** ```dart AnimatedTextKit( onTap: (String currentText) { // I can do something with currentText here. } ) ``` **Additional context** This is useful for animated text...

Fix deprecated VelocityTracker issue in Flutter 3.0 ![image](https://user-images.githubusercontent.com/8846657/167983606-d92b80dc-4e53-41ba-927b-dc53dc8a2270.png)

#78

feature-request

## Status **READY** ## Breaking Changes NO ## Description - Support custom error builder. #20 - Fix some typos. - [x] ✨ New feature (non-breaking change which adds functionality) -...

Support passing error page instead of returning below default red screen. ``` Container _errorPage(String error) { return Container( color: Colors.red, child: Center( child: Text("Error: $error"), ), ); } ```

When I set it to display NSIndicator in notification bar, it shows two icons. One is NSIndicator, another is "plus icon" (I think it's "More notifications" icon) even if there's...

bug
discussion
norepro

I've changed many appearance like: text color, font size to 9px, font style to Bold, etc. But it always reverts to default setting after I reboot my phone.

bug
needinfo