userorient_flutter 0.2.0 userorient_flutter: ^0.2.0 copied to clipboard
Feature Voting Board for Flutter. Collect feedback from your users and prioritize your development roadmap.
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.