Move dart & flutter packages to packages folder on root

This commit is contained in:
Erdem Yerebasmaz
2024-05-03 15:50:47 +03:00
parent cfc4a078c5
commit 5d966fc856
182 changed files with 48 additions and 828 deletions

View File

@@ -0,0 +1,4 @@
public func dummyMethodToEnforceBundling() -> Int64 {
return dummy_method_to_enforce_bundling()
}
let dummyVar = dummyMethodToEnforceBundling();