Dev mode enabled for Realm App Service, but Schema not generated by app

I rolled forward to 1.1.0, and it’s working fine, after the schema for the collection was recreated using the 1.0.3 package.

1.1.0 fails when there is no schema for the collection present in the app services. 1.0.3 creates the schema (I have Development Mode switched on in the Device Sync for this app service, but it looks like 1.1.0 fails to.

To recreate -

  1. Terminate Sync
  2. delete the schema for the collection under the Schema section of App Services in Atlas.
  3. with Developement Mode on, enable sync again
  4. run the flutter app that connects to this app service

at this point,

1.0.3 - successfully generates the missing schema for the collection
1.1.0 - reports the table not in schema, no schema for the collection is generated (like it is in 1.0.3)

I hope this clears up any confusion, will be glad to answer more questions. Again, downgrading to 1.0.3 and running the app generated the missing schema, and upgrading to us 1.1.0 after using 1.0.3 (and successfully generating the missing schema) runs fine.