Prompter is a Flutter application designed to provide a seamless and efficient user experience for managing and interacting with AI-generated content. The app leverages various AI models to generate images and text, and integrates with Firebase for authentication and data storage.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
218
commits
Add settings icon and update app subtitle; refactor padding in various views for improved layout consistency
f0a1172View on GitHubrefactor user service methods for better readability and maintainability
91c0bc6View on GitHubAdd launcher icons and color resources; update pubspec.yaml for new dependencies
861d897View on GitHubRemove unnecessary padding in PostView for Account and Profile screens; streamline layout for improved consistency.
b44e8e8View on GitHubRefactor padding in media and post views for consistent layout; remove unnecessary padding in HomeScreen.
7ef2530View on GitHubEnhance error handling and user feedback; update chat UI components and configuration options for improved functionality.
3f41f57View on GitHubEnhance chat functionality by enabling system UI mode and updating text message display to selectable text; remove unused reaction handling code and clean up copyright comments in multiple files.
7c877a8View on GitHubRefactor color opacity usage to use withValues method for consistency across the application.
0cbe583View on GitHubRemove AppLinksHandler and associated apple-app-site-association file to streamline app link handling.
63b4c1cView on GitHubRenames 'Gemini' to 'Prompter Assistant' in app_enums.dart for clarity
e22b89bView on GitHubRefactors systemInstruction in GeminiRepository for clarity and detail; simplifies AuthService factory method; adds updateUser method in UserService; comments out AppBackButton in LoginScreen.
c30e845View on GitHubImplements Google sign-in functionality in RegisterController and updates UI interaction; refactors animated rotation disposal logic and adjusts pubspec.yaml dependencies.
d8b98d0View on GitHub