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 'dart:io'; | |
List<String> produtos = []; | |
main() { | |
bool codicao = true; | |
while(codicao){ |
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
/* // | |
* Code by Flávio Rocha | |
* github.com/peagape | |
* 2021 | |
* | |
* */ | |
void main() | |
{ | |
bool hasMatch(String? value, String pattern) |