Releases: UMMobile/ummobile_sdk
Releases · UMMobile/ummobile_sdk
0.0.9
0.0.8
- Fixes error converting DateTime to JSON
- Adds support for documents pages
- Updates examples
0.0.7
- Deletes deprecated functions
UMMobileNotifications.sendAnalytics()
- Improves usage of
UMMobileNotifications._update()
to improveUMMobileNotifications.markAsReceived()
usage.- To update only
received
field now use another public endpoint to avoid error with expired access token.
- To update only
0.0.6
- Fixes error mapping dates
- Use
DateTime.parse()
instead ofDateTime()
- Use
0.0.5
- Fixes error mapping stories
- Map dates from string to DateTime
- Map media types from integer
0.0.4
- Adds
markAsReceived
function for user notifications
0.0.3
- Updates ummobile_custom_http package to 0.0.3
- Fixes dynamic return to typed one
0.0.2
- Fixes error saving questionnaires
- Adds validation for
RecentCountry
constructor - Adds
RecentCountry.city
&RecentCountry.country
constructor
0.0.1
- API models: all models were mapped with better implementation for flutter.
- Types: all useful types were mapped with better implementation for flutter (see
Enum
section in examples). - UMMobile API fully implemented:
- Catalogue:
- Rules
- Countries
- Calendar
- Communication (Conéctate):
- News
- Events
- Blog
- Stories
- Questionnaire (COVID):
- Save answer
- Read answers
- Read extra information
- Update extra information
- Validate answer & extra information
- Validate responsive letter
- Academic:
- Documents
- Semesters
- Global average
- Financial:
- Balances
- Movements
- User:
- Information
- Picture
- Auth:
- Token
- Catalogue:
0.0.1-beta8
- Fixes not exporting Communication individual class