📝 What needs to be done?
Convert the existing Go backend into a format that can be used directly in a Flutter mobile app. This involves using gomobile (or a similar library) to generate bindings so the Flutter app can call Go functions natively.
🎯 Which part of the project?
🔧 What type of work is this?
✅ How do we know when this is done?
🌟 How important is this task?
⏱️ How much time might this take?
💡 Implementation hints
- Use
gomobile bind to generate .aar for Android and .framework for iOS
- Structure the Go backend as a library with exported functions for mobile usage
- Ensure all I/O and network operations are compatible with mobile platforms
🧪 Testing needed
📚 Documentation needed
👋 Want to work on this task?
Comment "I'd like to work on this" and we'll assign it to you!
🆕 New contributor?
Check out our Beginner Guide to get started. This might be a great first task if it's labeled good first issue!
📝 What needs to be done?
Convert the existing Go backend into a format that can be used directly in a Flutter mobile app. This involves using
gomobile(or a similar library) to generate bindings so the Flutter app can call Go functions natively.🎯 Which part of the project?
🔧 What type of work is this?
✅ How do we know when this is done?
gomobile(iOS/Android)🌟 How important is this task?
⏱️ How much time might this take?
💡 Implementation hints
gomobile bindto generate.aarfor Android and.frameworkfor iOS🧪 Testing needed
📚 Documentation needed
👋 Want to work on this task?
Comment "I'd like to work on this" and we'll assign it to you!
🆕 New contributor?
Check out our Beginner Guide to get started. This might be a great first task if it's labeled
good first issue!