From ebf389357d007e6d1e9b7a1ac37424b4cc2a8b3d Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Tue, 4 Apr 2023 18:23:48 +1200 Subject: [PATCH] Update README --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 328a154..4dd9c4a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ # fmassive -A new Flutter project. +[Massive](https://gitea.presley.nz/brandon.presley/Massive) has several +performance problems which get on my nerves. Also I don't like how many +breaking changes React Native made so I'm giving Flutter a try. +Eventually I might replace that React Native codebase with this one +and point the f-droid repository here, since we aim to implement the +same app just in Flutter. ## 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.