DhiWise / FeedbackMobileApp

Stop letting ideas slip through the cracks. Collect, and organize feedback and feature requests in a dedicated customer feedback tool. Canny helps you collect and organize feature requests to better understand customer needs and prioritize your roadmap.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter App For Canny Feedback

Stop letting ideas slip through the cracks. Collect, and organize feedback and feature requests in a dedicated customer feedback tool. Canny helps you collect and organize feature requests to better understand customer needs and prioritize your roadmap.

To create a single place for all customer feedback. Required to save time managing all the feedback while keeping customers in the loop. and to get an organized list of feedback to inform for the roadmap.

Table of Contents

Features

  1. Get the list of Canny Feedbacks
  2. Create Canny Feedback
  3. Get the detail of Canny Feedback
  4. Add Comments on Feedback
  5. List of comments of Feeback

Screenshots

FeedbackList FeedbackDetail FeedbackCreate

Setup

1. Clone the repository

$ git clone https://github.com/DhiWise/FeedbackMobileApp
$ cd FeedbackMobileApp

Install Dependencies

flutter pub get

Running the App

flutter run

2. Set Account Tokens In Following Files

Create Account for Canny on https://canny.io/ and setup required keys in lib/core/constants/apiKeys.dart

Getting Started with Flutter 🚀

Generated with ❤️ from Dhiwise

This is the documentation of Flutter Applications. It holds all the info you need to get started with and make changes to your App

Table of Contents

System Requirements

Dart SDK Version 2.12.0 or greater. Flutter SDK Version 2.0.0 or greater.

Figma design guideline for better accuracy

Read our guidelines to increase the accuracy of design conversion to code by optimizing Figma designs. https://docs.dhiwise.com/knowledgehub/reference-guide-and-tools/figma

App Navigations

Check your app's UI from the AppNavigation screen of your app.

Project Structure

After successful build, your application structure should look like this:

.
├── android                         - contains files and folders required for running the application on an Android operating system.
├── assets                          - contains all images and fonts of your application.
├── ios                             - contains files required by the application to run the dart code on iOS platforms.
├── lib                             - Most important folder in the project, used to write most of the dart code.
    ├── main.dart                   - starting point of the application
    ├── core
    │   ├── app_export.dart         - contains commonly used file imports 
    │   ├── constants               - contains all constants classes
    │   ├── errors                  - contains error handling classes                  
    │   ├── network                 - contains network related classes
    │   └── utils                   - contains common files and utilities of project
    ├── data
    │   ├── apiClient               - contains api calling methods 
    │   ├── models                  - contains request/response models 
    │   └── repository              - network repository
    ├── localization                - contains localization classes
    ├── presentation                - contains all screens and screen controllers
    │   └── screens                 - contains all screens
    ├── routes                      - contains all the routes of application
    └── theme                       - contains app theme and decoration classes

How you can do code formatting?

  • if your code is not formatted then run following command in your terminal to format code
    dart format .
    

How you can improve the readability of code?

Resolve the errors and warnings that are shown in the application.

Libraries and tools used

Support

If you have problems or questions go to our Discord channel, we will then try to help you as quickly as possible: https://discord.com/invite/rFMnCG5MZ7

License

MIT License

Copyright (c) 2022 DhiWise

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Community

DhiWise Twitter

DhiWise YouTube

DhiWise Discord

DhiWise Documentation

About

Stop letting ideas slip through the cracks. Collect, and organize feedback and feature requests in a dedicated customer feedback tool. Canny helps you collect and organize feature requests to better understand customer needs and prioritize your roadmap.


Languages

Language:Dart 99.5%Language:Swift 0.3%Language:Kotlin 0.2%Language:Objective-C 0.0%