tasky mobile app
a task manager built with flutter, serverless, postgres, firebase.
this project is an implementation of a design i found on uigaints.com by ashish dhakal
art
getting started
this project is a starting point for a flutter application.
to download this project,
open your terminal or cmd
cd folder/to/clone-into/
regnex/tasky.git
then
locate the project on your system and open with android studio or vscode or intellij ide.
to run:
c:pathtoproject> flutter pub get
then run:
c:pathtoproject> flutter run
build release version
run: flutter build <os platform> e.g flutter build ios --release
switch theme
automatically switch theme based on system settings
resources
a few resources to get you started if this is your first flutter project:
for help getting started with flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full api reference.
prerequisites
what things you need to run the app
* android studio/vscode/intellij ide
* flutter sdk
* android sdk
* macbook / windows / linux
Comments are closed.