impaktfull_translations 0.0.3
impaktfull_translations: ^0.0.3 copied to clipboard
Dart tool to generate flutter translations code from the `impaktfull Dashboard - Translation App`
example/lib/main.dart
import 'package:flutter/material.dart';
import 'package:impaktfull_translations_example/app.dart';
Future<void> main() async {
runApp(const MyApp());
}