Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ========================================== | |
// 16KB PAGE SIZE REALM LIBRARY FIX | |
// ========================================== | |
task realignRealmLibraries { | |
description 'Realign Realm native libraries to 16KB page size' | |
group 'build' | |
doLast { | |
// Process all build variants |
OlderNewer