Giter Club home page Giter Club logo

makeplane / plane-mobile Goto Github PK

View Code? Open in Web Editor NEW
133.0 133.0 45.0 5.99 MB

๐Ÿ“ฑ ๐Ÿ›ซ ๐Ÿ”ฅ Mobile App of Plane. Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.

License: GNU Affero General Public License v3.0

Kotlin 0.01% Ruby 0.07% Swift 0.07% Objective-C 0.01% Shell 0.01% Dart 98.50% CMake 0.51% C++ 0.67% C 0.04% HTML 0.10% JavaScript 0.01% CSS 0.02%

plane-mobile's People

Contributors

1akhanbaheti avatar bharatbudhori avatar rameshkumarchandra avatar sabith-tu avatar thezoker avatar vamsi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

plane-mobile's Issues

[๐Ÿšจ Compiler]: Migrate to Android embedding v2

Issue

The plugin connectivity_plus requires the app to be migrated to the Android embedding v2.

Currently unable to run the app without migrating.

Migration documentation

Output

$ flutter run

This app is using a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to migrate this app to the V2 embedding.
Take a look at the docs for migrating an app: https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects
The plugin `connectivity_plus` requires your app to be migrated to the Android embedding v2. Follow the steps on the migration doc above and re-run this command.

Machine

  • MacBook Pro M1
  • Flutter 3.13.3 โ€ข channel stable

[Bug] Unable to view project details - Data parse issue in getStates

In getStates functin of issues_provider.dart, the resonse data type is mismatched.
response has List data but it is assigned to Map data type variable statesData

Response is:
[{ "id": "0e2177fd-440d-49bc-a7b8-e2cf0d216cab", "created_at": "2023-12-21T08:06:41.024587Z", "updated_at": "2023-12-21T08:06:41.024659Z", "name": "Backlog", "description": "", "color": "#A3A3A3", "slug": "", "sequence": 15000.0, "group": "backlog", "default": true, "created_by": "30dd9452-9506-402f-a946-fbca0ed73196", "updated_by": null, "project": "7dbf1a8a-13e1-4d05-9b96-962e3f42697d", "workspace": "31d6c3d6-aa40-468a-a7ca-deb0af2f4ce9" }, { "id": "863278c9-1b4d-4q20-b7ed-85469ae99017", "created_at": "2023-12-21T08:06:41.024698Z", "updated_at": "2023-12-21T08:06:41.024703Z", "name": "Todo", "description": "", "color": "#3A3A3A", "slug": "", "sequence": 25000.0, "group": "unstarted", "default": false, "created_by": "30dd9412-9506-402f-a946-fbca0ed73196", "updated_by": null, "project": "7dbffa8a-2ae1-4d05-9b96-961e3f42697d", "workspace": "31d6c3da-af40-468a-a7ca-deb0af2f4ce9" }]
But expected data in code is Map.
That's why unable to view the project detail.

[๐Ÿ“š Docs]: UNSPLASH_API should not be Optional

Issue

Issue with the UNSPLASH_API being optional is, as of the dio interceptors we have, on error such as 401 status code will navigate us back to onboarding screen. An we get this 401 from unsplash api with this endpoint https://api.unsplash.com/photos/?client_id=&page=1&per_page=18 where the client ID is empty.

Fix

In the readme docs Line 46

2. Define the variables BASE_API (required) and UNSPLASH_API_KEY (optional) in the `.env` file and initialize them.

Should be updated to make it mandatory (recommended) or providing some free API KEY will also solve this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.