https://github.com/haraldbregu/xmanager
Dashboard template created with Flutter for multipurpose Mobile/Tablet Apps
https://github.com/haraldbregu/xmanager
Last synced: 14 days ago
JSON representation
Dashboard template created with Flutter for multipurpose Mobile/Tablet Apps
- Host: GitHub
- URL: https://github.com/haraldbregu/xmanager
- Owner: HaraldBregu
- Created: 2023-03-06T11:34:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T23:02:51.000Z (6 months ago)
- Last Synced: 2024-10-28T03:13:12.967Z (6 months ago)
- Language: Dart
- Size: 384 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xmanager
A new Flutter project.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.Buinding
flutter build apk --no-shrinkinstalling
flutter installflutter run --release
# Objectbox
When changing the models run this command
flutter pub run build_runner build
if it doesnt work use this:
flutter pub run build_runner build --delete-conflicting-outputs# localization
flutter gen-l10n
flutter clean# cache
Open android studio Tools->Flutter->Clean.
Go to File -> Invalidate Caches / Restart.
Or open terminal run "flutter clean"
Remove pubspec.lock.# build splash screen
dart run flutter_native_splash:create --path=flutter_native_splash.yaml
git remote -v