AWiki Me is a Flutter messaging client extracted into a standalone Flutter repository layout.
- Flutter 3.24.0 or newer
- Dart 3.5.0 or newer
flutter pub get
flutter analyze
flutter test
flutter runlib/: application codeassets/: bundled images and SVG assetstest/: widget and unit testsandroid/,ios/,web/: platform runners
dart run flutter_launcher_iconsThe icon source lives at assets/branding/awiki-me-logo.png.
dart run flutter_native_splash:createThe splash image source also lives at assets/branding/awiki-me-logo.png.