Televerse 1.4.3 📁 #38
HeySreelal
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👽 What's latest?
A bunch of file methods to ease up your life.
File
class to get the file download URL, download URI, file bytes, and finally to download the file.File.download
method to download the file.File.getDownloadUrl
method to get the file download URL asString
.File.getDownloadURI
method to get theUri
object of the file download URL.File.getBytes
method to get the file bytes this returns aFuture<Uint8List>
.File.download
method to download the file. This returns aFuture<io.File>
object.1.4.2
RawAPI
instance to theFetcher
constructor anymore.What's Changed
💬 Connect
Jump into our Telegram Group to discuss about the project or hang around the GitHub repo discussion tab to talk and chat.
GitHub Discussions | Telegram Group
Full Changelog: v1.4.1...v1.4.3
This discussion was created from the release Televerse 1.4.3 📁.
Beta Was this translation helpful? Give feedback.
All reactions