Skip to content

Instantly share code, notes, and snippets.

View richard457's full-sized avatar
🎯
Focusing

Muragijimana richard457

🎯
Focusing
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@richard457
richard457 / main.dart
Last active July 11, 2023 15:23
Rounded shape
import 'package:flutter/material.dart';
void main() {
runApp(const FigmaToCodeApp());
}
// Generated by: https://www.figma.com/community/plugin/842128343887142055/
class FigmaToCodeApp extends StatelessWidget {
const FigmaToCodeApp({super.key});
Individual Contributor
License Agreement
("Agreement") V2.2
Thank you for your interest in The Apache Software Foundation (the
"Foundation"). To clarify the intellectual property license
granted with Contributions from any person or entity, the Foundation
must have on file a signed Contributor License Agreement ("CLA")
from each Contributor, indicating agreement with the license
terms below. This agreement is for your protection as a Contributor
as well as the protection of the Foundation and its users. It does not
@richard457
richard457 / build.gradle
Created September 4, 2025 14:34 — forked from alexxgarci/build.gradle
Build gradle script for realigning librealm.so library to 16 kb pagesize
// ==========================================
// 16KB PAGE SIZE REALM LIBRARY FIX
// ==========================================
task realignRealmLibraries {
description 'Realign Realm native libraries to 16KB page size'
group 'build'
doLast {
// Process all build variants