userorient_flutter 1.0.0
userorient_flutter: ^1.0.0 copied to clipboard
Feature Voting Board for Flutter. Collect feedback from your users and prioritize your development roadmap.
1.0.0 #
- 1.0.0 is here 🎉. This means after a long time of internal testing and polishing, UserOrient is now ready for production.
- Also, fixed overflow issue in the form view when the keyboard is open.
- Restricted submitting empty form.
0.3.2 #
- Fix issue where labels in Spanish were having null values, causing Text widget to throw an error.
- Improve localization texts.
0.3.1 #
- Localize tab labels.
0.3.0 #
- Add support for dark mode.
- Add "Roadmap" and "Implemented" tabs to better organize the features list.
- Fix language issue where only English was supported (by mistake).
0.2.1 #
- Make English the default language in case the language is not supported.
- Refresh the features list when the board is re-opened.
- Upgrade dependencies.
0.2.0 #
- Fix pub.dev score issues and update documentation.
0.1.9 #
- Update documentation.
0.1.8 #
- Fix issue where all first letters of words in request message were being capitalized.
0.1.7 #
- Update design of the board.
0.1.6 #
- Display tags of the features.
0.1.5 #
- Redesigned the board with minimalistic design.
0.1.4 #
- Improve documentation.
- Make
UserOrient.openBoard(...)
method aFuture
.
0.1.3 #
- Add English language support.
0.1.2 #
- Seems like the previous bug fix didn't work. Fixed it again.
0.1.1 #
- Fixed a bug where multiple users were being created on the server.
0.1.0 #
- Improved the board for better user experience.
0.0.9 #
- Update Flutter SDK version to 2.17.0
0.0.8 #
- Improved the board for better user experience.
0.0.7 #
- Improved documentation and board UI.
0.0.6 #
- Cached user UUID to prevent unnecessary API calls on second launch.
0.0.5 #
- Seems like the previous bug fix didn't work. Fixed it again.
0.0.4 #
- Fix bug when projectId changes
0.0.3 #
- Set user details using
UserOrient.setUser()
method - Beautify the board interface
- Fix initialization bug
0.0.2 #
- Added new header style for board.
- Couple of improvements to the package.
0.0.1 #
- Initial release of the package.