Flutter app for managing JMP.Chat/Cheogram numbers that aims to make it easier to add new contacts to use via JMP.Chat!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Adaoh b67e6403ee
enable immersive UI mode (transparent top/bottom nav)
9 months ago
.idea Remove all files in .gitignore and update .gitignore 1 year ago
android Revert "update gradle" 1 year ago
fastlane/metadata/android/en-US update fastlane full_description 1 year ago
ios Initial Commit 1 year ago
lib enable immersive UI mode (transparent top/bottom nav) 9 months ago
screenshots Add app screenshots 1 year ago
web Initial Commit 1 year ago
.gitignore Remove all files in .gitignore and update .gitignore 1 year ago
LICENSE Initial commit 1 year ago
README.md minor change to screenshots size in readme 1 year ago
analysis_options.yaml Initial Commit 1 year ago
pubspec.lock change theming structure, partial support for Material you theming 10 months ago
pubspec.yaml change theming structure, partial support for Material you theming 10 months ago

README.md

Numero_JMP

Flutter app for managing JMP.Chat/Cheogram numbers. It helps create group chats and makes adding phone numbers easier. In the future I plan on adding a contacts integration so that you only select contacts from your phone!

To build for yourself, you need to have flutter + dart as well as Android development tools (adb, etc.)

Once you have everything setup, go in the project directory and get/update the dependencies by runnning flutter pub get

After that, you can either plug in your device and run flutter run, this will start a debug version. Or you can build an APK by running flutter build apk, this will build a release APK file.

Screenshots