Mahesh Jamdade
Mahesh Jamdade
Users should be able to add a Word of the day / Explore word Card widget on the home screen Resources: https://codelabs.developers.google.com/flutter-home-screen-widgets#0
Cards Inspiration src: https://developer.twitter.com/en/docs Solution: Add the show more Option in examples, which should launch the bottom Sheet with the top 5 tweets
With Large Language models getting popular helping generate dynamic content, It is important to investigate the feasibility of AI into Vocabhub. Some of the points on top of my mind...
**Is your feature request related to a problem? Please describe.** When the user opens a word detail screen a similar word must be suggested at the bottom, A similar word...
Storing the states would allow the undo-redo feature to be able to switch between states and also compare between color palettes. To give you more context. I created a color...
App ID: (insert your app ID here) **Description** The patch is failing when building with latest version of flutter 3.22, please find the complete logs below **logs** [log.txt](https://github.com/shorebirdtech/shorebird/files/15329120/log.txt) Additionally you...
Implement deeplinks - [ ] word of the day (Requires auth check) - [ ] word details
To maintain the app in the long term with good practices and clean code, We Plan to migrate this app to riverpod in phases - [ ] Migrate User/Auth state...
deprecation fix as per https://docs.flutter.dev/release/breaking-changes/3-19-deprecations
### What happened? I applied next-themes dark mode in the following way ```tsx // page.tsx import PSNavbar from "./PSNavbar"; export default function Pastelog() { return ( hello world ); }...