Skip to content

Mixpanel Mobile app generated from DhiWise to analyze users' top events data on just one hand. Also here new feature of Reinder that reminds you to check users' interaction with events.

Notifications You must be signed in to change notification settings

DhiWise/Mixpanel-Mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixpanel Mobile

Build Mixpanel Mobile app with Mixpanel APIs

Track and analyze users' top events data on just one hand, with a Mixpanel Mobile app in Flutter, generated automatically using DhiWise in just 1 hour by implementing the Mixpanel API.

Table of Contents

Features

  1. Analyze data in Mobile
  2. Top events total counting
  3. Set reminders when we achieved the goal.

Screenshots

demo

Setup

To run this project, you need to do the following.

For setting up and running this project, you need to basic username and password which generates a Base64 hash key to authenticate. First of all, you need to create a Mixpanel account and Project.

Follow the steps.

  1. Create a Mixpanel account from Here.
  2. Create project.
  3. Implement Mixpanel in your project using Mixpanel SDK.
  4. To generate Base64, visit the page.
  5. Clone the repository.
$ git clone

[https://github.com/](https://github.com/).....

$ cd OfficeInventory

Install Dependencies

flutter pub upgrade

flutter pub get

Change Base key

Add your Authorization BaseKey value lib/core/constants/MyConstant.dart in baseKey

Change Project ID

Add your Porject ID inlib/core/constants/MyConstant.dart in projectId

Running the App 

flutter run


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

Version of Technologies

Dart SDK Version 2.17.0 or greater. Flutter SDK Version 3.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.

Folder 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

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

Mixpanel Mobile app generated from DhiWise to analyze users' top events data on just one hand. Also here new feature of Reinder that reminds you to check users' interaction with events.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages