icapps_translations 5.2.1
icapps_translations: ^5.2.1 copied to clipboard
Dart tool to generate flutter translations code from the icapps translations tool
example/lib/main.dart
import 'package:flutter/material.dart';
import 'package:icapps_translations_example/app.dart';
Future<void> main() async {
runApp(MyApp());
}