yimba_sdk 1.2.0 yimba_sdk: ^1.2.0 copied to clipboard
Yimba Flutter SDK
1.2.0 #
- Fixed my history filter
- Sorted sizes and padding to properly theme all components
- Cleaned up API return response models
- Made dialogs not able to be clicked off unless an action is pressed
- Double lined names for filters
- Added validation to not show set new card image if its the same design
- Todo: very rarely an image will be replaced with an error text due to connection closure
- Todo: a loading state for the images instead of a empty container
1.1.1 #
- Minor bug fixes for image covering for card art that might have small dimensions
1.1.0 #
- Changed return types for a few api functions and fixed some api urls during testing
- Added more API response classes
- Added filters and history tabs to the main screen that show data in a grid view of 2 columns
- Added UI components to display the data using the logic written in last version
- Added Promoted Content tab that shows categories in a horizontal scrolling
- Added Carousels to the promoted content tab
- Finalised styling of components to the figma designs
- Added IOS style confirmation popups
- Wrapped components Future calls in a try catches that returns empty data incase an api call fails
- Todo: My History wasn't testable and promoted content is currently mocked data
1.0.5 #
- Changed return types for a few api functions
- Added components folder with base logic for all components we require with the state and props laid out
1.0.4 #
- fixed typos
1.0.3 #
- returned data models/types for all api responses
- added exception error handling to all api requests
- added public facing models for YimbaDesignCategory and YimbaDesign
1.0.2 #
- added all api functions
1.0.1 #
- add simple service
1.0.0 #
- Initial version.