Last updated:
0 purchases
gramik
Usage #
To use gramik package just access Gramik() widget and you will get full access of functionality.
import 'package:gramik/Home/ScreenHome.dart';
import 'package:flutter/material.dart';
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
body: Gramik()
);
}
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.