Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruskakimov/mooltik
🧑🎨 Mobile app for drawing 2D animations
https://github.com/ruskakimov/mooltik
android animation animation-app dart dartlang drawing-app flutter flutter-apps ios mobile mobile-app storyboard
Last synced: 5 days ago
JSON representation
🧑🎨 Mobile app for drawing 2D animations
- Host: GitHub
- URL: https://github.com/ruskakimov/mooltik
- Owner: ruskakimov
- License: gpl-3.0
- Created: 2020-08-05T15:05:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T07:11:01.000Z (over 1 year ago)
- Last Synced: 2025-01-09T15:52:43.934Z (12 days ago)
- Topics: android, animation, animation-app, dart, dartlang, drawing-app, flutter, flutter-apps, ios, mobile, mobile-app, storyboard
- Language: Dart
- Homepage: https://mooltik.app
- Size: 4.52 MB
- Stars: 210
- Watchers: 6
- Forks: 37
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Animation studio in your pocket.
[![Codemagic build status](https://api.codemagic.io/apps/60363e65c9d4d7cf9b10cfc0/default-workflow/status_badge.svg)](https://codemagic.io/apps/60363e65c9d4d7cf9b10cfc0/default-workflow/latest_build)
## Features:
## Useful commands:
#### Extract app data
```
adb shell
run-as com.kakimov.mooltik
mkdir -p /sdcard/Documents/mooltik_data
cp -r app_flutter/ /sdcard/Documents/mooltik_data/
```