Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoesuv/getx-playground
personal flutter getx playground
https://github.com/yoesuv/getx-playground
Last synced: 5 days ago
JSON representation
personal flutter getx playground
- Host: GitHub
- URL: https://github.com/yoesuv/getx-playground
- Owner: yoesuv
- Created: 2022-08-01T03:39:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T04:19:29.000Z (about 1 year ago)
- Last Synced: 2024-04-20T17:13:00.597Z (9 months ago)
- Language: Dart
- Size: 396 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Personal GetX Playground ##
Personal Flutter GetX Playground. Download apk file [here](https://e.pcloud.link/publink/show?code=XZTHIDZCQEDPTYOfUymPkscNgjIDbCTUhqV)
```
Flutter 3.16.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision db7ef5bf9f (2 weeks ago) • 2023-11-15 11:25:44 -0800
Engine • revision 74d16627b9
Tools • Dart 3.2.0 • DevTools 2.28.2
```#### Screenshot Android ####
| ![](https://i.imgur.com/ufe83A2.png) | ![](https://i.imgur.com/sHkjXIP.png) | ![](https://images2.imgbox.com/6f/d6/HWdIbrF2_o.png) | ![](https://i.imgur.com/UMGq7Bb.png) |
| :---: | :---: | :---: | :---: |
| ![](https://images2.imgbox.com/a1/76/uD4j9ZX8_o.png) | ![](https://i.imgur.com/VkfgsOK.png) | ![](https://images2.imgbox.com/cd/44/9TmBcZQm_o.png) | ![](https://i.imgur.com/k4leFlA.png) |#### Screenshot iOS ####
| ![](https://i.imgur.com/mIkoMCx.png) | ![](https://i.imgur.com/PRlvmTI.png) | ![](https://images2.imgbox.com/ea/18/xdFAYKTl_o.png) | ![](https://i.imgur.com/tXbLkoq.png) |
| :---: | :---: | :---: | :---: |
| ![](https://images2.imgbox.com/00/55/Dp9v6xeb_o.png) | ![](https://i.imgur.com/ntG5ZuN.png) | ![](https://images2.imgbox.com/3e/f4/9i1o0xI3_o.png) | ![](https://i.imgur.com/ZsKkHlN.png) |### Libraries ###
- [Android Alarm Manager Plus](https://pub.dev/packages/android_alarm_manager_plus)
- [Device Info Plus](https://pub.dev/packages/device_info_plus)
- [Dio](https://pub.dev/packages/dio)
- [Flutter Local Notifications](https://pub.dev/packages/flutter_local_notifications)
- [GetX](https://pub.dev/packages/get)
- [Get Storage](https://pub.dev/packages/get_storage)
- [Image Picker](https://pub.dev/packages/image_picker)
- [Path](https://pub.dev/packages/path)
- [Path Provider](https://pub.dev/packages/path_provider)
- [Permission Handler](https://pub.dev/packages/permission_handler)
- [Shared Preferences](https://pub.dev/packages/shared_preferences)### References ###
- [GetX](https://github.com/jonataslaw/getx)
- [GetX Sample Form](https://gist.github.com/eduardoflorence/e49780ab232fa8ad7767bbdbf8389f1e)
- [GetConnect Sample](https://gist.github.com/eduardoflorence/b4bca2da5cfb973b9f86ecfa1b9f013a)
- [GetX ScrollMixin](https://gist.github.com/eduardoflorence/766b74f9bf421592a6664d6b38a2bcfe)