drive_helper 1.4.1
drive_helper: ^1.4.1 copied to clipboard
Easy to use library for using Google Drive and Google sign in
Changelog #
1.4.1 #
04.07.2023 #
Update dependencies
1.4.0 #
04.02.2023 #
This update mostly focuses on improving the ergonomics than adding functionality.
- Updated dependencies
- Improved a lot of the documentation, readme, and tutorial
- Moved
ExportMimeTypestoexport_mime_types.dartand split them into categories according to the new documentation - Removed
DriveHelper.openFile()as it is too unreliable - Made the
DriveHelperclass's constructor named and private, forcing use of theDriveHelper.initialise()function - Improved most of the internal code to be more concise
1.3.1 #
Update dependencies
1.3.0 #
- Update dependencies
- Remove example
- Remove deprecated items
1.2.6 #
- Edited text in README.md
- Made the doc into a tutorial file and moved all API References to the dartdocs
- Deprecated
DriveHelper.mime.files. UseFileMimeTypes - Deprecated
DriveHelper.mime.export. UseExportMimeTypes - Deprecated
DriveHelper.scopes. UseDriveScopes - Updated dart docs in
drive_helper.dartto add missing comments fromdoc/DriveHelper.md - Updated example app to abide by the deprecation notices
- Made
exportFile()fix issue #1 as well
1.2.5 #
- Edited README.md file
Library:
- Fixed issue #1 about
getData() - Upgraded dependencies
- Added error checking to
getData - Made
GoogleAuthClientprivate
Example:
- Added
GET databutton
1.2.4 #
- Fixed erranous
getFileIDfunction
1.2.3 #
- Changed all positional optional arguments to named optional arguments
1.2.2 #
- Added the ability to specify parents to files in
createFile()
1.2.1 #
- Removed author label in pubspec.yaml
- Made the README.md a lot better
- Renamed the docs folder to doc
1.2.0 #
API:
- Added API documentation to complement dartdocs
- Drive helper now interactively signs in if the user is signed out
- Added sign out and disconnect methods to the API
- Renamed
exportFileDatatoexportFile
Example app:
- Added sign out and disconnect functionality to the app in the account page
- Added flutter phoenix to restart the app after sign out or disconnect
1.1.0 #
- Updated
pubspec.yaml - Added example application called example
- Updated the way the mime types are accessed
- Changed
createFilefunction to include preliminary data - Added export mime type option to
appendFile - Added command to open file from fileID
- Added
getDatato get data as plain text
1.0.0 #
- Initial commit